Skip to content

Commit

Permalink
Update version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darcymason committed Aug 5, 2021
1 parent 8da0b9b commit dbe9192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydicom/_version.py
Expand Up @@ -3,7 +3,7 @@
from typing import Tuple, cast, Match


__version__: str = '2.2.0-rc.1'
__version__: str = '2.2.0'

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

0 comments on commit dbe9192

Please sign in to comment.