Skip to content

Commit

Permalink
bump version to 0.1 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcumming authored Feb 15, 2023
1 parent d51f04c commit 2000e3f
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
Expand Up @@ -2,7 +2,7 @@
import re


VERSION = '0.1-dev'
VERSION = '0.1'
root_logger = logging.getLogger('stackinator')

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

0 comments on commit 2000e3f

Please sign in to comment.