-
Notifications
You must be signed in to change notification settings - Fork 62
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
Nathaniel Saul
committed
Aug 17, 2018
1 parent
bc9d0d8
commit c5e8840
Showing
2 changed files
with
5 additions
and
2 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,6 @@ | ||
# 0.2.7: | ||
- Updating home url | ||
|
||
# 0.2.6: | ||
- Update license to MIT. | ||
|
||
|
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 |
---|---|---|
|
@@ -37,13 +37,13 @@ def run(self): | |
|
||
|
||
setup(name="ripser", | ||
version='0.2.6.dev0', | ||
version='0.2.7', | ||
description="A Lean Persistent Homology Library for Python", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
author="Chris Tralie, Nathaniel Saul", | ||
author_email="[email protected], [email protected]", | ||
url="https://github.com/scikit-tda/ripser.py", | ||
url="https://ripser.scikit-tda.org", | ||
license='MIT', | ||
packages=['ripser'], | ||
ext_modules=cythonize(Extension("pyRipser", | ||
|