We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 583225c commit 92d555dCopy full SHA for 92d555d
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "pyplastimatch"
7
-version = "0.4.5"
+version = "0.4.6"
8
authors = [
9
{ name="Dennis Bontempi", email="dbontempi@bwh.harvard.edu" },
10
{ name="Leonard Nuernberg", email="lnuernberg@bwh.harvard.edu" },
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
name="pyplastimatch",
- version="0.4.5",
+ version="0.4.6",
description="Basic Python wrapper for Plastimatch",
url="https://github.com/ImagingDataCommons/pyplastimatch",
author="Dennis Bontempi",
0 commit comments