From 77d3e7b344df062c592f3b1979a4f61f06639389 Mon Sep 17 00:00:00 2001 From: Mike Shultz Date: Wed, 15 Nov 2023 21:11:01 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.9.0=20=E2=86=92=200.9.1?= 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 369f1fe..78fa018 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,9 +25,9 @@ author = "Mike Shultz" # The short X.Y version -version = "0.9.0" +version = "0.9.1" # The full version, including alpha/beta/rc tags -release = "0.9.0" +release = "0.9.1" # -- General configuration --------------------------------------------------- diff --git a/ledgereth/_meta.py b/ledgereth/_meta.py index a6835a2..3ede7bc 100644 --- a/ledgereth/_meta.py +++ b/ledgereth/_meta.py @@ -1,3 +1,3 @@ author = "Mike Shultz" email = "mike@mikeshultz.com" -version = "0.9.0" +version = "0.9.1" diff --git a/setup.cfg b/setup.cfg index d52f1c0..a331c32 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.0 +current_version = 0.9.1 commit = True tag = True