Skip to content

Commit

Permalink
issue20:
Browse files Browse the repository at this point in the history
switch to major version zero, following semantic versioning guidelines

fixes #20
  • Loading branch information
dennisvang committed Jun 30, 2022
1 parent b9504d0 commit a2a98dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/notsotuf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
from notsotuf.utils import input_bool

# https://packaging.python.org/en/latest/guides/single-sourcing-package-version/
__version__ = 2022.0
# https://semver.org/
__version__ = '0.1.0'

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit a2a98dc

Please sign in to comment.