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
No related branches found
No related tags found
No related merge requests found
......@@ -48,8 +48,9 @@ from setuptools import find_packages, setup
MAJOR = 0
MINOR = 2
MICRO = 5
PRE = "dev"
PRE = ""
ISRELEASED = False
if PRE:
VERSION = "{}.{}.{}-{}".format(MAJOR, MINOR, MICRO, PRE)
else:
......
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