From 6ab9bb0773145c7b0016482477477ff75a5f0162 Mon Sep 17 00:00:00 2001 From: michaelhly Date: Fri, 29 Apr 2022 15:58:10 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.23.2=20=E2=86=92=200.23.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d4148274..6884ba02 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.23.2 +current_version = 0.23.3 commit = True tag = True diff --git a/pyproject.toml b/pyproject.toml index 01b67b8f..7dcc410c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "solana" -version = "0.23.2" +version = "0.23.3" description = "Solana Python API" authors = ["Michael Huang ", "Kevin Heavey "] license = "MIT"