diff --git a/setup.py b/setup.py index 998abda..dab083b 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ MAJOR = 1 MINOR = 0 -MICRO = 4 +MICRO = 5 Release = True STAGE = {True: '', False: 'b'}.get(Release) VERSION = f'{MAJOR}.{MINOR}.{MICRO}{STAGE}'