We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96f46d6 commit fc99ab6Copy full SHA for fc99ab6
1 file changed
stackinator/__init__.py
@@ -1,7 +1,7 @@
1
import logging
2
import re
3
4
-VERSION = "2.0"
+VERSION = "3.0"
5
root_logger = logging.getLogger("stackinator")
6
7
stackinator_version_info = tuple(re.split(r"\.|-", VERSION))
0 commit comments