We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e81d5a commit dbb7c3eCopy full SHA for dbb7c3e
setup.py
@@ -8,7 +8,7 @@ def read_file(name):
8
return f.read()
9
10
11
-version = 'v1.7.4'
+version = 'v1.7.3.1'
12
shortdesc = "Uplogic utility for UPBGE."
13
longdesc = '\n\n'.join([read_file(name) for name in [
14
'README.md',
@@ -31,7 +31,7 @@ def read_file(name):
31
author='Leopold Auersperg-Castell',
32
author_email='lauersperg@gmx.at',
33
url='https://github.com/UPBGE/uplogic',
34
- download_url='https://github.com/UPBGE/uplogic/archive/refs/tags/v1.7.4.tar.gz',
+ download_url='https://github.com/UPBGE/uplogic/archive/refs/tags/v1.7.3.1.tar.gz',
35
license='GPLv2',
36
packages=[
37
'uplogic',
0 commit comments