Skip to content

Commit cd04da3

Browse files
committed
release version 6
1 parent 1d9c6d5 commit cd04da3

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

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

0 commit comments

Comments
 (0)