Skip to content

Commit db720fa

Browse files
authored
Update __init__.py
Update version for new release
1 parent 8ed5228 commit db720fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# - Information for the Distribution package
1010
# --------------------------------------------
1111

12-
VERSION = (0, 8, 2)
12+
VERSION = (0, 8, 3)
1313
__version__ = ".".join([str(s) for s in VERSION])
1414

1515
__title__ = "apio"

0 commit comments

Comments
 (0)