Skip to content

Commit

Permalink
Bump version: 0.9.0 → 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeshultz committed Nov 16, 2023
1 parent 51e5859 commit 77d3e7b
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.9.0"
version = "0.9.1"
# The full version, including alpha/beta/rc tags
release = "0.9.0"
release = "0.9.1"


# -- 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.9.0"
version = "0.9.1"
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.9.0
current_version = 0.9.1
commit = True
tag = True

Expand Down

0 comments on commit 77d3e7b

Please sign in to comment.