From ec499284e0d95297e1d66dc34beec8f34f3bbb8e Mon Sep 17 00:00:00 2001 From: Markus Ressel Date: Sat, 26 Oct 2019 19:17:41 +0200 Subject: [PATCH] v4.2.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index aed03ea..3fed5f0 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ from setuptools import setup, find_packages -VERSION_NUMBER = "4.2.2" +VERSION_NUMBER = "4.2.3" GIT_BRANCH = subprocess.check_output(["git", "rev-parse", "--abbrev-ref", "HEAD"]) GIT_BRANCH = GIT_BRANCH.decode() # convert to standard string