Skip to content

Commit

Permalink
Bump version to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marksgraham committed Jan 31, 2024
1 parent bdca1bd commit a9b17d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.2"
__version__ = "0.2.3"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
setup(
name="monai-generative",
packages=find_packages(exclude=[]),
version="0.2.2",
version="0.2.3",
description="Installer to help to use the prototypes from MONAI generative models in other projects.",
install_requires=["monai>=1.2.0rc1"],
install_requires=["monai>=1.3.0"],
)

0 comments on commit a9b17d4

Please sign in to comment.