Skip to content

Commit

Permalink
Merge pull request #48 from mikeshultz/v090
Browse files Browse the repository at this point in the history
v0.9.0
  • Loading branch information
mikeshultz authored Aug 13, 2023
2 parents 1f306c7 + 6c60268 commit 535706a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
author = "Mike Shultz"

# The short X.Y version
version = "0.8.1"
version = "0.9.0"
# The full version, including alpha/beta/rc tags
release = "0.8.1"
release = "0.9.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion ledgereth/_meta.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
author = "Mike Shultz"
email = "[email protected]"
version = "0.8.1"
version = "0.9.0"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.1
current_version = 0.9.0
commit = True
tag = True

Expand Down

0 comments on commit 535706a

Please sign in to comment.