diff --git a/docs/conf.py b/docs/conf.py index 422d31a..1ed7ce2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,9 +25,9 @@ author = "Mike Shultz" # The short X.Y version -version = "0.8.0" +version = "0.8.1" # The full version, including alpha/beta/rc tags -release = "0.8.0" +release = "0.8.1" # -- General configuration --------------------------------------------------- diff --git a/ledgereth/_meta.py b/ledgereth/_meta.py index 5bf5583..0bba8c9 100644 --- a/ledgereth/_meta.py +++ b/ledgereth/_meta.py @@ -1,3 +1,3 @@ author = "Mike Shultz" email = "mike@mikeshultz.com" -version = "0.8.0" +version = "0.8.1" diff --git a/setup.cfg b/setup.cfg index 2992271..34119ad 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.0 +current_version = 0.8.1 commit = True tag = True