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