From e5888733f64b2310ed15986d17437f1cdcc52eb5 Mon Sep 17 00:00:00 2001 From: JM Rohwer Date: Mon, 20 Sep 2021 21:00:15 +0200 Subject: [PATCH] update version in core2/version.py --- pysces/core2/version.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pysces/core2/version.py b/pysces/core2/version.py index f98efa1..9a96fc2 100644 --- a/pysces/core2/version.py +++ b/pysces/core2/version.py @@ -1,6 +1,6 @@ -MAJOR = 0 -MINOR = 9 -MICRO = 9 +MAJOR = 1 +MINOR = 0 +MICRO = 0 STATUS = ''