Skip to content
Snippets Groups Projects
Commit ffc10475 authored by florian's avatar florian
Browse files

REL: Set package version for release

parent d906b8b2
No related branches found
No related tags found
1 merge request!71Release 0.9
Pipeline #29617 passed
...@@ -45,7 +45,7 @@ from setuptools import find_packages, setup ...@@ -45,7 +45,7 @@ from setuptools import find_packages, setup
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
######################################################################## ########################################################################
ISRELEASED = False ISRELEASED = True
MAJOR = 0 MAJOR = 0
MINOR = 9 MINOR = 9
MICRO = 0 MICRO = 0
......
...@@ -32,7 +32,7 @@ author = 'Daniel Hornung' ...@@ -32,7 +32,7 @@ author = 'Daniel Hornung'
version = '0.9.0' version = '0.9.0'
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
# release = '0.5.2-rc2' # release = '0.5.2-rc2'
release = '0.9.0-dev' release = '0.9.0'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment