We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d51f04c commit 2000e3fCopy full SHA for 2000e3f
stackinator/__init__.py
@@ -2,7 +2,7 @@
2
import re
3
4
5
-VERSION = '0.1-dev'
+VERSION = '0.1'
6
root_logger = logging.getLogger('stackinator')
7
8
stackinator_version_info = tuple(re.split(r'\.|-', VERSION))
0 commit comments