From 72751e8ab064922ccab681feda495165446801f6 Mon Sep 17 00:00:00 2001 From: Anton Korosov Date: Fri, 10 Aug 2018 09:32:22 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0f63b302c..3d70a83b8 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ PLATFORMS = ["Linux", "OS X", "Windows"] MAJOR = 1 MINOR = 1 -MICRO = 2 +MICRO = 3 ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) # Remember to remove "dev" when releasing REQS = [