Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit 1596fe7

Browse files
committed
Move to version 0.2.1
Signed-off-by: Walter Hugo Lopez Pinaya <ianonimato@hotmail.com>
1 parent 9b209eb commit 1596fe7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generative/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111

1212
from __future__ import annotations
1313

14-
__version__ = "0.2.0"
14+
__version__ = "0.2.1"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
setup(
1717
name="generative",
1818
packages=find_packages(exclude=[]),
19-
version="0.2.0",
19+
version="0.2.1",
2020
description="Installer to help to use the prototypes from MONAI generative models in other projects.",
2121
install_requires=["monai-weekly==1.2.dev2304"],
2222
)

0 commit comments

Comments
 (0)