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 Apr 10, 2024
1 parent 74df270 commit 88a755c
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 = '46fabb7'
ALIENPY_VERSION_DATE = '20240315_150520'
ALIENPY_VERSION_STR = '1.6.0'
ALIENPY_VERSION_HASH = 'ff38a3a'
ALIENPY_VERSION_DATE = '20240410_123404'
ALIENPY_VERSION_STR = '1.6.1'

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

0 comments on commit 88a755c

Please sign in to comment.