From 1f41d81013670ccb975520aba2e20d810475b2c5 Mon Sep 17 00:00:00 2001 From: arash <62345618+aanersc@users.noreply.github.com> Date: Wed, 20 Jan 2021 06:21:37 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0efe973b2..811e370c1 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ PLATFORMS = ["Linux", "OS X", "Windows"] MAJOR = 1 MINOR = 4 -MICRO = 2 +MICRO = 4 ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) # Remember to remove "dev" when releasing REQS = [