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 28, 2023
1 parent 1b11561 commit 92140d0
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 = '000a445'
ALIENPY_VERSION_DATE = '20231127_105732'
ALIENPY_VERSION_STR = '1.5.5'
ALIENPY_VERSION_HASH = 'dcf57d6'
ALIENPY_VERSION_DATE = '20231128_105044'
ALIENPY_VERSION_STR = '1.5.6'

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

0 comments on commit 92140d0

Please sign in to comment.