-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated version prior to pypi release
- Loading branch information
1 parent
bcffbf9
commit 052c62c
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "medimage-pkg" | ||
version = "0.3.0" | ||
version = "0.9.0" | ||
description = "MEDimage is a Python package for processing and extracting features from medical images" | ||
authors = ["MEDomics Consortium <[email protected]>"] | ||
license = "GPL-3.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
|
||
setup( | ||
name="MEDimage", | ||
version="0.3.0", | ||
version="0.9.0", | ||
author="MEDomics consortium", | ||
author_email="[email protected]", | ||
description="Python Open-source package for medical images processing and radiomic features extraction", | ||
|