-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Leo
committed
Jan 24, 2022
1 parent
b7d0977
commit 9d8c7cb
Showing
3 changed files
with
17 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ def read_file(name): | |
return f.read() | ||
|
||
|
||
version = 'v1.4.6.1' | ||
version = 'v1.4.6.2' | ||
shortdesc = "Uplogic utility for UPBGE." | ||
longdesc = '\n\n'.join([read_file(name) for name in [ | ||
'README.md', | ||
|
@@ -30,7 +30,7 @@ def read_file(name): | |
author='Leopold Auersperg-Castell', | ||
author_email='[email protected]', | ||
url='https://github.com/UPBGE/uplogic', | ||
download_url='https://github.com/UPBGE/uplogic/archive/refs/tags/v1.4.6.1.tar.gz', | ||
download_url='https://github.com/UPBGE/uplogic/archive/refs/tags/v1.4.6.2.tar.gz', | ||
license='GPLv2', | ||
packages=[ | ||
'uplogic', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters