From 336e488970dbcbbecad7d75b5f210c2e86f40277 Mon Sep 17 00:00:00 2001 From: Gary Lai Date: Mon, 10 Dec 2018 12:37:05 -0500 Subject: [PATCH] :construction: (rel) now it should be 0.1.27 pre release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 18c5ee0..fe82b7b 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ MAJOR = 0 MINOR = 1 -MICRO = 26 +MICRO = 27 ISRELEASED = False VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)