From bd738ffdcb7a33fbaf4f6c6cb5c2dbb1c6888a7d Mon Sep 17 00:00:00 2001 From: "lucas.kim" Date: Fri, 6 Sep 2019 15:32:00 +0900 Subject: [PATCH] version up --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d83717c..c73986d 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ MAJOR = 1 MINOR = 0 -MICRO = 9 +MICRO = 10 Release = True STAGE = {True: '', False: 'b'}.get(Release) VERSION = f'{MAJOR}.{MINOR}.{MICRO}{STAGE}'