Skip to content

Commit 535706a

Browse files
authored
Merge pull request #48 from mikeshultz/v090
v0.9.0
2 parents 1f306c7 + 6c60268 commit 535706a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
author = "Mike Shultz"
2626

2727
# The short X.Y version
28-
version = "0.8.1"
28+
version = "0.9.0"
2929
# The full version, including alpha/beta/rc tags
30-
release = "0.8.1"
30+
release = "0.9.0"
3131

3232

3333
# -- General configuration ---------------------------------------------------

ledgereth/_meta.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
author = "Mike Shultz"
22
3-
version = "0.8.1"
3+
version = "0.9.0"

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.8.1
2+
current_version = 0.9.0
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)