Skip to content

Commit a4b1bda

Browse files
committed
Correct the version to being 0.11.0-dev
SimpleITK 0.11 has not been release. This package can not be marked as that release yet. Marking it as dev follows PEP 440, to indicate that it is before the release. This version omits a number which PEP 440 implicitly interprets as 0.
1 parent 757fddc commit a4b1bda

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',
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)