From 7578b72db33d4fe9a09444c484f7f44d6c671b66 Mon Sep 17 00:00:00 2001 From: "iggy.lee" Date: Mon, 25 Nov 2019 15:57:13 +0900 Subject: [PATCH] bump version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 311ca7c..8842ebb 100644 --- a/setup.py +++ b/setup.py @@ -25,8 +25,8 @@ n2_shared_object = n2.__file__ MAJOR = 1 -MINOR = 0 -MICRO = 10 +MINOR = 1 +MICRO = 0 Release = True STAGE = {True: '', False: 'b'}.get(Release) VERSION = f'{MAJOR}.{MINOR}.{MICRO}{STAGE}'