Skip to content
Snippets Groups Projects
Commit ea9d7164 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

MAINT: Remove buggy `PRE` version in setup.py

parent 6027ff06
Branches
Tags
1 merge request!71Release 0.9
...@@ -53,7 +53,7 @@ MICRO = 0 ...@@ -53,7 +53,7 @@ MICRO = 0
# https://github.com/pypa/packaging/pull/515 # https://github.com/pypa/packaging/pull/515
# has made it into a release. Probably we should wait for pypa/packaging>=21.4 # has made it into a release. Probably we should wait for pypa/packaging>=21.4
# https://github.com/pypa/packaging/releases # https://github.com/pypa/packaging/releases
PRE = "dev" # "dev" # e.g. rc0, alpha.1, 0.beta-23 PRE = "" # "dev" # e.g. rc0, alpha.1, 0.beta-23
if PRE: if PRE:
VERSION = "{}.{}.{}-{}".format(MAJOR, MINOR, MICRO, PRE) VERSION = "{}.{}.{}-{}".format(MAJOR, MINOR, MICRO, PRE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment