From 7e8c66e4909a83091025474403b5a56127a6ea78 Mon Sep 17 00:00:00 2001 From: Samuel Hassine Date: Fri, 5 Jul 2019 02:17:57 +0200 Subject: [PATCH] Change the release number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 09727105..65a3bfe7 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ print("warning: pypandoc module not found, could not convert Markdown to RST") read_md = lambda f: open(f, 'r').read() -VERSION = "1.2.3" +VERSION = "1.2.4" class VerifyVersionCommand(install): description = 'verify that the git tag matches our version'