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 24, 2023
1 parent 37a21e6 commit d04fed9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions alienpy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

import sys

ALIENPY_VERSION_HASH = '97e3476'
ALIENPY_VERSION_DATE = '20231109_192517'
ALIENPY_VERSION_STR = '1.5.3'
ALIENPY_VERSION_HASH = 'e7baf03'
ALIENPY_VERSION_DATE = '20231124_111558'
ALIENPY_VERSION_STR = '1.5.4'

if __name__ == '__main__':
print('This file should not be executed!', file = sys.stderr, flush = True)
Expand Down

0 comments on commit d04fed9

Please sign in to comment.