diff --git a/setup.py b/setup.py index 0eb38a182..ed97584ab 100644 --- a/setup.py +++ b/setup.py @@ -17,8 +17,8 @@ from setuptools import setup, Extension, find_packages from Cython.Build import cythonize -MAJOR = 5 -MINOR = 1 +MAJOR = 6 +MINOR = 0 MICRO = 0 PRERELEASE = "" IS_RELEASED = True