Skip to content

Commit

Permalink
Develop version: Version changed to 0.9.2 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed Mar 23, 2024
1 parent bec545c commit fe7ed7c
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, 10, 1)
VERSION = (0, 9, 2)

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

0 comments on commit fe7ed7c

Please sign in to comment.