From dc2dcccbc9a2e26743e037ad03699beaa3a1bbc4 Mon Sep 17 00:00:00 2001 From: James Tocknell Date: Fri, 13 Jan 2023 16:20:54 +1100 Subject: [PATCH] Prepare release v2.7.0 --- common.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common.py b/common.py index c82dc325..58bb6d4f 100644 --- a/common.py +++ b/common.py @@ -22,9 +22,9 @@ BUILD_REQUIRES = ['numpy', 'cython<3.0.0a8'] # This is need for older pip MAJOR = 2 -MINOR = 6 -MICRO = 6 -DEV = True +MINOR = 7 +MICRO = 0 +DEV = False CLASSIFIERS = [ 'Development Status :: 5 - Production/Stable',