Skip to content

Commit fc99ab6

Browse files
authored
bump to v3 (#141)
1 parent 96f46d6 commit fc99ab6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stackinator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import logging
22
import re
33

4-
VERSION = "2.0"
4+
VERSION = "3.0"
55
root_logger = logging.getLogger("stackinator")
66

77
stackinator_version_info = tuple(re.split(r"\.|-", VERSION))

0 commit comments

Comments
 (0)