Skip to content

Commit d82f8a4

Browse files
committed
bump version to v7.0.0-dev
1 parent cd04da3 commit d82f8a4

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

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

0 commit comments

Comments
 (0)