-
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
1 parent
edf0b8f
commit 86427b9
Showing
3 changed files
with
4 additions
and
15 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Next Release | ||
# v0.0.3 | ||
|
||
- Fixed multiplayer evidence |
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
setuptools.setup( | ||
name="trueskillthroughtime", | ||
version="0.0.2", | ||
version="0.0.3", | ||
author="Gustavo Landfried", | ||
author_email="[email protected]", | ||
description="The temporal learning estimator: Individual learning curves with reliable initial estimates and guaranteed comparability between distant estimates.", | ||
|
@@ -20,7 +20,7 @@ | |
], | ||
packages=['trueskillthroughtime'], | ||
#python_requires=">=3.6", | ||
download_url = 'https://github.com/glandfried/TrueSkillThroughTime.py/archive/refs/tags/v0.0.2.tar.gz', | ||
download_url = 'https://github.com/glandfried/TrueSkillThroughTime.py/archive/refs/tags/v0.0.3.tar.gz', | ||
install_requires=[ | ||
'numba', | ||
] | ||
|
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