We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f306c7 + 6c60268 commit 535706aCopy full SHA for 535706a
docs/conf.py
@@ -25,9 +25,9 @@
25
author = "Mike Shultz"
26
27
# The short X.Y version
28
-version = "0.8.1"
+version = "0.9.0"
29
# The full version, including alpha/beta/rc tags
30
-release = "0.8.1"
+release = "0.9.0"
31
32
33
# -- General configuration ---------------------------------------------------
ledgereth/_meta.py
@@ -1,3 +1,3 @@
1
2
email = "[email protected]"
3
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 0.8.1
+current_version = 0.9.0
commit = True
4
tag = True
5
0 commit comments