Skip to content

Commit 9ca194c

Browse files
authored
Merge pull request #167 from MattScicluna/update_package_info
updated version info and added contributors info
2 parents c51b3c9 + a3be321 commit 9ca194c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Python/phate/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.12"
1+
__version__ = "2.0.0"

Python/pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ description = "PHATE"
99
authors = [
1010
{name = "Daniel Burkhardt, Krishnaswamy Lab, Yale University", email = "[email protected]"}
1111
]
12+
maintainers = [
13+
{name = "João Felipe Rocha, Yale University", email = "[email protected]"},
14+
{name = "Matthew Scicluna, Université de Montréal", email = "[email protected]"}
15+
]
1216
license = {text = "GNU General Public License Version 2"}
1317
readme = "README.md"
1418
requires-python = ">=3.9"

0 commit comments

Comments
 (0)