Skip to content

Commit

Permalink
bump to v3 (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcumming authored Oct 3, 2023
1 parent 96f46d6 commit fc99ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stackinator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import logging
import re

VERSION = "2.0"
VERSION = "3.0"
root_logger = logging.getLogger("stackinator")

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

0 comments on commit fc99ab6

Please sign in to comment.