Skip to content

Commit

Permalink
edit version
Browse files Browse the repository at this point in the history
  • Loading branch information
abdoelsayed2016 committed Feb 9, 2025
1 parent ae5d8ea commit b722373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rankify/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
__version_tuple__: VERSION_TUPLE
version_tuple: VERSION_TUPLE

__version__ = version = '0.1.dev29+gd173f91.d20241125'
__version_tuple__ = version_tuple = (0, 1, 'dev29', 'gd173f91.d20241125')
__version__ = version = '0.1.0.post1'
__version_tuple__ = version_tuple = (0, 1, '0', 'post1')

0 comments on commit b722373

Please sign in to comment.