We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0b217f commit 65798e8Copy full SHA for 65798e8
packages/__packaging__.py
@@ -8,7 +8,7 @@
8
"""
9
import os
10
11
-VERSION = (0, 7, 6)
+VERSION = (0, 7, 7)
12
VERSION_STRING = ".".join(map(str, VERSION))
13
14
__version__ = VERSION_STRING
0 commit comments