Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ale94mleon committed Jan 18, 2023
1 parent badc87e commit 1dfb1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aleimi/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# We will use semantic version (major, minor, patch)
__main_version_tuple__ = (0, 0, 0)
__pre_version_tuple__ = ('alpha',2) # or None or an empty tuple, the first char is alpha, beta, rc, etc...
__pre_version_tuple__ = ('alpha',3) # or None or an empty tuple, the first char is alpha, beta, rc, etc...

if __pre_version_tuple__:
__version_tuple__ = tuple(list(__main_version_tuple__) + list(__pre_version_tuple__))
Expand Down

0 comments on commit 1dfb1e5

Please sign in to comment.