From 23e3c5f39dcb5699746f2a401f4246198eddd524 Mon Sep 17 00:00:00 2001 From: Guillaume Gay Date: Thu, 28 Jan 2021 08:19:43 +0100 Subject: [PATCH] bump version number --- setup.py | 2 +- setup_noarch.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a4ef39f9..2b27fadc 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ # Thanks to them! MAJOR = 0 MINOR = 8 -MICRO = 0 +MICRO = 1 ISRELEASED = True VERSION = "%d.%d.%s" % (MAJOR, MINOR, MICRO) diff --git a/setup_noarch.py b/setup_noarch.py index 2e25fd2c..0101eabc 100644 --- a/setup_noarch.py +++ b/setup_noarch.py @@ -29,7 +29,7 @@ ## Thanks to them! MAJOR = 0 MINOR = 8 -MICRO = 0 +MICRO = 1 ISRELEASED = True VERSION = "%d.%d.%s" % (MAJOR, MINOR, MICRO)