Skip to content

Commit

Permalink
Develop: version bumped to 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed Jun 12, 2024
1 parent 094a43a commit 5018683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# --------------------------------------------

# -- Developer: Change this number when releasing a new version
VERSION = (0, 9, 5)
VERSION = (0, 9, 6)

# -- Get the version as a string. Ex: "0.10.1"
__version__ = ".".join([str(s) for s in VERSION])
Expand Down

0 comments on commit 5018683

Please sign in to comment.