Skip to content

Commit

Permalink
Update version to 1.2.1 for minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
darcymason committed Nov 20, 2018
1 parent ce721d0 commit 17d2fe4
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
@@ -1,6 +1,6 @@
"""Pure python package for DICOM medical file reading and writing."""
import re

__version__ = '1.2.0'
__version__ = '1.2.1'
__version_info__ = tuple(
re.match(r'(\d+\.\d+\.\d+).*', __version__).group(1).split('.'))

0 comments on commit 17d2fe4

Please sign in to comment.