Skip to content

Commit 8597e0c

Browse files
committed
bump version to 4.0
1 parent 62f0fa6 commit 8597e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 = "3.1-dev"
4+
VERSION = "4.0"
55
root_logger = logging.getLogger("stackinator")
66

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

0 commit comments

Comments
 (0)