Skip to content
Snippets Groups Projects
Unverified Commit fc763322 authored by Daniel's avatar Daniel
Browse files

Preparing release 0.2.4: Version in setup.py

parent 27d61a38
Branches
Tags
No related merge requests found
...@@ -48,7 +48,7 @@ from setuptools import find_packages, setup ...@@ -48,7 +48,7 @@ from setuptools import find_packages, setup
MAJOR = 0 MAJOR = 0
MINOR = 2 MINOR = 2
MICRO = 4 MICRO = 4
PRE = "rc0" PRE = "" # e.g. rc0, alpha.1, 0.beta-23
ISRELEASED = True ISRELEASED = True
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