Skip to content
Snippets Groups Projects
Commit e0206e23 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

MAINT: remove pre-release string

parent 80d13e45
Branches
Tags
No related merge requests found
...@@ -48,8 +48,9 @@ from setuptools import find_packages, setup ...@@ -48,8 +48,9 @@ from setuptools import find_packages, setup
MAJOR = 0 MAJOR = 0
MINOR = 2 MINOR = 2
MICRO = 5 MICRO = 5
PRE = "dev" PRE = ""
ISRELEASED = False ISRELEASED = False
if PRE: if PRE:
VERSION = "{}.{}.{}-{}".format(MAJOR, MINOR, MICRO, PRE) VERSION = "{}.{}.{}-{}".format(MAJOR, MINOR, MICRO, PRE)
else: else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment