From 6c60268ec7ca2e8b4cd01c2d802391fd7b0b2452 Mon Sep 17 00:00:00 2001 From: Mike Shultz Date: Sat, 12 Aug 2023 19:09:38 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.8.1=20=E2=86=92=200.9.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/conf.py | 4 ++-- ledgereth/_meta.py | 2 +- setup.cfg | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 1ed7ce2..369f1fe 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,9 +25,9 @@ author = "Mike Shultz" # The short X.Y version -version = "0.8.1" +version = "0.9.0" # The full version, including alpha/beta/rc tags -release = "0.8.1" +release = "0.9.0" # -- General configuration --------------------------------------------------- diff --git a/ledgereth/_meta.py b/ledgereth/_meta.py index 0bba8c9..a6835a2 100644 --- a/ledgereth/_meta.py +++ b/ledgereth/_meta.py @@ -1,3 +1,3 @@ author = "Mike Shultz" email = "mike@mikeshultz.com" -version = "0.8.1" +version = "0.9.0" diff --git a/setup.cfg b/setup.cfg index 34119ad..d52f1c0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.1 +current_version = 0.9.0 commit = True tag = True