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}'