Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
darcymason committed Jul 22, 2023
1 parent a1f8742 commit 87266d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pydicom/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from typing import cast, Match


__version__: str = '2.4.1'
__version__: str = '2.4.2'

result = cast(Match[str], re.match(r'(\d+\.\d+\.\d+).*', __version__))
__version_info__ = tuple(result.group(1).split('.'))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ license = {text = "MIT"}
name = "pydicom"
readme = "README.md"
requires-python = ">=3.7"
version = "2.4.1"
version = "2.4.2"


[project.optional-dependencies]
Expand Down

0 comments on commit 87266d9

Please sign in to comment.