From fc7633226f38dfdd8b2c07687212d69d18e9b96c Mon Sep 17 00:00:00 2001
From: Daniel <daniel@harvey>
Date: Thu, 23 Apr 2020 11:38:54 +0200
Subject: [PATCH] Preparing release 0.2.4: Version in setup.py

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 7ab1f2c6..ebafbb66 100755
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,7 @@ from setuptools import find_packages, setup
 MAJOR = 0
 MINOR = 2
 MICRO = 4
-PRE = "rc0"
+PRE = ""  # e.g. rc0, alpha.1, 0.beta-23
 ISRELEASED = True
 VERSION = "{}.{}.{}{}".format(MAJOR, MINOR, MICRO, PRE)
 
-- 
GitLab