Skip to content

Commit 14ca711

Browse files
committed
DIST: Release v0.8.1
1 parent 224e302 commit 14ca711

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lifelib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os.path
22
from lifelib.commands.create import create
33

4-
VERSION = (0, 8, 0)
4+
VERSION = (0, 8, 1)
55
__version__ = '.'.join([str(x) for x in VERSION])
66

77

0 commit comments

Comments
 (0)