Skip to content

Commit

Permalink
Version changed to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed Dec 27, 2021
1 parent 4b63c7e commit bae8961
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 @@ -9,7 +9,7 @@
# - Information for the Distribution package
# --------------------------------------------

VERSION = (0, 7, 7)
VERSION = (0, 8, 0)
__version__ = ".".join([str(s) for s in VERSION])

__title__ = "apio"
Expand Down

0 comments on commit bae8961

Please sign in to comment.