Skip to content

Commit

Permalink
Update version to 2.3 dev
Browse files Browse the repository at this point in the history
  • Loading branch information
darcymason authored and mrbean-bremen committed Aug 8, 2021
1 parent 5a0e6f1 commit f807e71
Showing 1 changed file with 1 addition and 1 deletion.
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 Tuple, cast, Match


__version__: str = '2.2.0'
__version__: str = '2.3.0.dev0'

result = cast(Match[str], re.match(r'(\d+\.\d+\.\d+).*', __version__))
__version_info__ = tuple(result.group(1).split('.'))
Expand Down

0 comments on commit f807e71

Please sign in to comment.