Skip to content

Commit

Permalink
Update _version.py (#659)
Browse files Browse the repository at this point in the history
Change _version.py to 1.1.0.
  • Loading branch information
darcymason committed Jun 17, 2018
1 parent b65a56b commit c702609
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.1.0.dev0'
__version__ = '1.1.0'
__version_info__ = tuple(
re.match(r'(\d+\.\d+\.\d+).*', __version__).group(1).split('.'))

0 comments on commit c702609

Please sign in to comment.