We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d9c6d5 commit cd04da3Copy full SHA for cd04da3
stackinator/__init__.py
@@ -1,7 +1,7 @@
1
import logging
2
import re
3
4
-VERSION = "6.0.0-dev"
+VERSION = "6.0.0"
5
root_logger = logging.getLogger("stackinator")
6
7
stackinator_version_info = tuple(re.split(r"\.|-", VERSION))
0 commit comments