From 19144e2109d8ac6831d477f91c71f21c5f520a70 Mon Sep 17 00:00:00 2001 From: Daniel <daniel@harvey> Date: Thu, 23 Apr 2020 12:04:02 +0200 Subject: [PATCH] Increased version in setup.py --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index d8e82e15..042892ea 100755 --- a/setup.py +++ b/setup.py @@ -47,9 +47,9 @@ from setuptools import find_packages, setup MAJOR = 0 MINOR = 2 -MICRO = 4 -PRE = "rc0" -ISRELEASED = True +MICRO = 5 +PRE = "dev" +ISRELEASED = False if PRE: VERSION = "{}.{}.{}-{}".format(MAJOR, MINOR, MICRO, PRE) else: -- GitLab