Skip to content

Commit 2000e3f

Browse files
authored
bump version to 0.1 (eth-cscs#61)
1 parent d51f04c commit 2000e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: stackinator/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import re
33

44

5-
VERSION = '0.1-dev'
5+
VERSION = '0.1'
66
root_logger = logging.getLogger('stackinator')
77

88
stackinator_version_info = tuple(re.split(r'\.|-', VERSION))

0 commit comments

Comments
 (0)