From d806b115dbc1aad4ca293224319d316b5e50fcb4 Mon Sep 17 00:00:00 2001 From: "lucas.kim" Date: Sun, 29 Nov 2020 17:44:32 +0900 Subject: [PATCH] version up --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5363eab..89296f4 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ MAJOR = 1 MINOR = 2 -MICRO = 0 +MICRO = 1 Release = True STAGE = {True: '', False: 'b'}.get(Release) VERSION = f'{MAJOR}.{MINOR}.{MICRO}{STAGE}'