Skip to content

Commit

Permalink
version bumped to 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed Jun 12, 2024
1 parent d6cb141 commit 9e6a1a9
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, 4)
VERSION = (0, 9, 5)

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

0 comments on commit 9e6a1a9

Please sign in to comment.