Skip to content

Commit e2d71d0

Browse files
author
Asaf Cohen
committed
bump version: 0.2.1
1 parent 4035b4c commit e2d71d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/__packaging__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"""
99
import os
1010

11-
VERSION = (0, 2, 0)
11+
VERSION = (0, 2, 1)
1212
VERSION_STRING = ".".join(map(str, VERSION))
1313

1414
__version__ = VERSION_STRING

0 commit comments

Comments
 (0)