From f5beadc937f1d53eae654bf3eebf7d364faf3f2c Mon Sep 17 00:00:00 2001 From: kevinheavey Date: Sun, 19 Sep 2021 22:33:58 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.12.1=20=E2=86=92=200.13.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 774bfcfe..410ea249 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.12.1 +current_version = 0.13.0 commit = True tag = True diff --git a/docs/conf.py b/docs/conf.py index 1945f6a9..5488f078 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,7 +21,7 @@ project = "solana.py" copyright = "2020, Michael Huang" # *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.4 -version = "0.12.1" +version = "0.13.0" author = "Michael Huang" diff --git a/setup.py b/setup.py index 680faf6e..4819dc1c 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name="solana", # *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility. - version="0.12.1", + version="0.13.0", author="Michael Huang", author_mail="michaelhly@gmail.com", description="""Solana.py""",