Skip to content

Commit b61ffc2

Browse files
committed
bump version: 0.1.13
1 parent 6c5541f commit b61ffc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Project homepage: https://github.com/authorizon/opal
88
"""
99

10-
VERSION = (0, 1, 12)
10+
VERSION = (0, 1, 13)
1111
VERSION_STRING = '.'.join(map(str,VERSION))
1212

1313
__version__ = VERSION_STRING

0 commit comments

Comments
 (0)