Closed mmjconolly closed 4 years ago
I think this might actually break setuptools
(although I haven't tried running it). A letter is not legal at that position, and the only letters you can use within the normal version components are a
, b
, and rc
standing for "alpha", "beta", and "release candidate", respectively. Even when those letters are allowed, a digit must precede and succeed them, so you'd still be limited to writing something like 0.13.0a0
. It looks like you can also do 0.13.dev0
, which is under the developmental releases section.
See https://www.python.org/dev/peps/pep-0440/ for the gory details.
Changed to 0.13.dev0, tested I could locally install
Set version to
0.13.x
in master branch. A separate 0.13.0 branch will be made which sets0.13.0
there.