diff --git a/setup.py b/setup.py index c7bce0e..d83717c 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ MAJOR = 1 MINOR = 0 MICRO = 9 -Release = False +Release = True STAGE = {True: '', False: 'b'}.get(Release) VERSION = f'{MAJOR}.{MINOR}.{MICRO}{STAGE}' STATUS = {False: 'Development Status :: 4 - Beta',