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 Mar 15, 2024
1 parent cb6c550 commit ff38a3a
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 = 'acc049e'
ALIENPY_VERSION_DATE = '20240312_205248'
ALIENPY_VERSION_STR = '1.5.9'
ALIENPY_VERSION_HASH = '46fabb7'
ALIENPY_VERSION_DATE = '20240315_150520'
ALIENPY_VERSION_STR = '1.6.0'

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

0 comments on commit ff38a3a

Please sign in to comment.