Skip to content

Commit e440d50

Browse files
authored
bump to version 5 (#214)
1 parent 855b56b commit e440d50

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

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

0 commit comments

Comments
 (0)