Skip to content

Commit e503025

Browse files
committed
Correct package version for PEP 440 compliance
The invalid `-` deliminator was used in stead of `+` for a local version identifier. However for the `dev` component just the `.` deliminator is needed.
1 parent 54951dd commit e503025

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='SimpleITK',
5-
version='0.11.0-dev',
5+
version='0.11.0.dev',
66
author='Insight Software Consortium',
77
author_email='insight-users@itk.org',
88
packages=['SimpleITK'],

0 commit comments

Comments
 (0)