Skip to content

Commit

Permalink
Bump version 0.4.3 -> 0.4.4, update authors and maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
denbonte committed Feb 9, 2024
1 parent 797a98d commit 8df34cf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@ build-backend = "setuptools.build_meta"

[project]
name = "pyplastimatch"
version = "0.4.3"
version = "0.4.4"
authors = [
{ name="Dennis Bontempi", email="[email protected]" },
{ name="Leonard Nuernberg", email="[email protected]" },
]
maintainers = [
{ name="Dennis Bontempi", email="[email protected]" },
{ name="Leonard Nuernberg", email="[email protected]" },
{ name="Andrey Fedorov", email="[email protected]" },
]
description = "Basic Python wrapper for Plastimatch"
readme = "README.md"
Expand All @@ -18,5 +24,5 @@ classifiers = [
]

[project.urls]
"Homepage" = "https://github.com/AIM-Harvard/pyplastimatch"
"Bug Tracker" = "https://github.com/AIM-Harvard/pyplastimatch/issues"
"Homepage" = "https://github.com/ImagingDataCommons/pyplastimatch"
"Bug Tracker" = "https://github.com/ImagingDataCommons/pyplastimatch/issues"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="pyplastimatch",
version="0.4.3",
version="0.4.4",
description="Basic Python wrapper for Plastimatch",
url="https://github.com/AIM-Harvard/pyplastimatch",
author="Dennis Bontempi",
Expand Down

0 comments on commit 8df34cf

Please sign in to comment.