Skip to content

Commit dbb7c3e

Browse files
committed
revert version
1 parent 6e81d5a commit dbb7c3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def read_file(name):
88
return f.read()
99

1010

11-
version = 'v1.7.4'
11+
version = 'v1.7.3.1'
1212
shortdesc = "Uplogic utility for UPBGE."
1313
longdesc = '\n\n'.join([read_file(name) for name in [
1414
'README.md',
@@ -31,7 +31,7 @@ def read_file(name):
3131
author='Leopold Auersperg-Castell',
3232
author_email='lauersperg@gmx.at',
3333
url='https://github.com/UPBGE/uplogic',
34-
download_url='https://github.com/UPBGE/uplogic/archive/refs/tags/v1.7.4.tar.gz',
34+
download_url='https://github.com/UPBGE/uplogic/archive/refs/tags/v1.7.3.1.tar.gz',
3535
license='GPLv2',
3636
packages=[
3737
'uplogic',

0 commit comments

Comments
 (0)