Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
razorx89 committed Feb 16, 2023
1 parent 462fab9 commit ee1aba7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pydicom_seg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.4.0"
__version__ = "0.4.1"

from pydicom_seg import template
from pydicom_seg.reader import MultiClassReader, SegmentReader
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydicom-seg"
version = "0.4.0"
version = "0.4.1"
description = "Python package for DICOM-SEG medical segmentation file reading and writing"
authors = ["Sven Koitka <sven.koitka@uk-essen.de>"]
homepage = "https://github.com/razorx89/pydicom-seg"
Expand Down

0 comments on commit ee1aba7

Please sign in to comment.