diff --git a/setup.py b/setup.py index 78fadac..5363eab 100644 --- a/setup.py +++ b/setup.py @@ -25,8 +25,8 @@ n2_shared_object = n2.__file__ MAJOR = 1 -MINOR = 1 -MICRO = 2 +MINOR = 2 +MICRO = 0 Release = True STAGE = {True: '', False: 'b'}.get(Release) VERSION = f'{MAJOR}.{MINOR}.{MICRO}{STAGE}'