Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Python/phate/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.12"
__version__ = "2.0.0"
4 changes: 4 additions & 0 deletions Python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ description = "PHATE"
authors = [
{name = "Daniel Burkhardt, Krishnaswamy Lab, Yale University", email = "[email protected]"}
]
maintainers = [
{name = "João Felipe Rocha, Yale University", email = "[email protected]"},
{name = "Matthew Scicluna, Université de Montréal", email = "[email protected]"}
]
license = {text = "GNU General Public License Version 2"}
readme = "README.md"
requires-python = ">=3.9"
Expand Down
Loading