Skip to content

Commit

Permalink
alien.py update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansev committed Nov 27, 2023
1 parent 921195a commit d946ecb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alienpy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

import sys

ALIENPY_VERSION_HASH = 'e7baf03'
ALIENPY_VERSION_DATE = '20231124_111558'
ALIENPY_VERSION_HASH = 'd04fed9'
ALIENPY_VERSION_DATE = '20231127_054325'
ALIENPY_VERSION_STR = '1.5.4'

if __name__ == '__main__':
Expand Down

0 comments on commit d946ecb

Please sign in to comment.