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
No related branches found
No related tags found
1 merge request!71Release 0.9
......@@ -53,7 +53,7 @@ MICRO = 0
# https://github.com/pypa/packaging/pull/515
# has made it into a release. Probably we should wait for pypa/packaging>=21.4
# 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:
VERSION = "{}.{}.{}-{}".format(MAJOR, MINOR, MICRO, PRE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment