Skip to content

Commit 65798e8

Browse files
committed
bump version to 0.7.7
1 parent a0b217f commit 65798e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/__packaging__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"""
99
import os
1010

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

1414
__version__ = VERSION_STRING

0 commit comments

Comments
 (0)