From bcb7487307930f3694b14e5b0216c2f9c045c183 Mon Sep 17 00:00:00 2001 From: michaelhly Date: Tue, 21 Jun 2022 23:17:59 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.24.0=20=E2=86=92=200.25.0?= 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 f4a4699f..ed8bec94 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.24.0 +current_version = 0.25.0 commit = True tag = True diff --git a/pyproject.toml b/pyproject.toml index 7ba33620..a0d05227 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "solana" -version = "0.24.0" +version = "0.25.0" description = "Solana Python API" authors = ["Michael Huang ", "Kevin Heavey "] license = "MIT"