Skip to content

Commit

Permalink
Move to version 0.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Walter Hugo Lopez Pinaya <[email protected]>
  • Loading branch information
Warvito committed May 15, 2023
1 parent 9b209eb commit 1596fe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generative/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@

from __future__ import annotations

__version__ = "0.2.0"
__version__ = "0.2.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
setup(
name="generative",
packages=find_packages(exclude=[]),
version="0.2.0",
version="0.2.1",
description="Installer to help to use the prototypes from MONAI generative models in other projects.",
install_requires=["monai-weekly==1.2.dev2304"],
)

0 comments on commit 1596fe7

Please sign in to comment.