We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 224e302 commit 14ca711Copy full SHA for 14ca711
1 file changed
lifelib/__init__.py
@@ -1,7 +1,7 @@
1
import os.path
2
from lifelib.commands.create import create
3
4
-VERSION = (0, 8, 0)
+VERSION = (0, 8, 1)
5
__version__ = '.'.join([str(x) for x in VERSION])
6
7
0 commit comments