Skip to content

Commit

Permalink
bump v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinuseka committed Jun 8, 2024
1 parent bb683c3 commit ca3ccff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# (1, 2, 0, 'rc', 4) => "1.2rc4"
# (1, 2, 0, 'final', 0) => "1.2.0"

__version_info__ = (1, 0, 2, 'final', 0)
__version_info__ = (1, 1, 0, 'final', 0)

def _get_version(version_info):
" Returns a PEP 440-compliant version number from version_info. "
Expand Down

0 comments on commit ca3ccff

Please sign in to comment.