From 04508c5afcc6a5047c96d8ad11c62df0cf474fbf Mon Sep 17 00:00:00 2001 From: fzeiser Date: Sat, 4 Apr 2020 18:21:30 +0200 Subject: [PATCH] -> version 1.0.0 --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 3df9f8b5..7f19a029 100755 --- a/setup.py +++ b/setup.py @@ -19,9 +19,9 @@ # python setup.py build_ext --inplace # Version rutine taken from numpy -MAJOR = 0 -MINOR = 9 -MICRO = 1 +MAJOR = 1 +MINOR = 0 +MICRO = 0 VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)