Skip to content

Commit

Permalink
patch: pushing versions
Browse files Browse the repository at this point in the history
  • Loading branch information
skim2257 committed May 29, 2024
1 parent fdbbcee commit 99bb5dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[tool.poetry]
name = "med-imagetools"
packages = [{ include = "imgtools", from = "src" }]
version = "1.3.0.2"
version = "1.4.1"
description = "Med-Imagetools: Transparent and Reproducible Medical Image Processing Pipelines in Python"
authors = ["Sejin Kim, Benjamin Haibe-Kains"]
license = "GPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from setuptools import setup, find_packages
__version__ = "1.3.0.2"
__version__ = "1.4.1"

with open("README.md", "r") as fh:
long_description = fh.read()
Expand Down

0 comments on commit 99bb5dc

Please sign in to comment.