diff --git a/Python/phate/version.py b/Python/phate/version.py index bd538f7..8c0d5d5 100644 --- a/Python/phate/version.py +++ b/Python/phate/version.py @@ -1 +1 @@ -__version__ = "1.0.12" +__version__ = "2.0.0" diff --git a/Python/pyproject.toml b/Python/pyproject.toml index 00ceffe..c7d51d8 100644 --- a/Python/pyproject.toml +++ b/Python/pyproject.toml @@ -9,6 +9,10 @@ description = "PHATE" authors = [ {name = "Daniel Burkhardt, Krishnaswamy Lab, Yale University", email = "daniel.burkhardt@yale.edu"} ] +maintainers = [ + {name = "João Felipe Rocha, Yale University", email = "joaofelipe.rocha@yale.edu"}, + {name = "Matthew Scicluna, Université de Montréal", email = "matthew.scicluna@umontreal.ca"} +] license = {text = "GNU General Public License Version 2"} readme = "README.md" requires-python = ">=3.9"