From 45d41232d6927367b5546e40a08ede8a7e2c6bbf Mon Sep 17 00:00:00 2001 From: arnaudbore Date: Fri, 25 Feb 2022 14:18:22 -0500 Subject: [PATCH] Update version.py Update release version 1.3.0 --- scilpy/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scilpy/version.py b/scilpy/version.py index 01c19ddf2..3ea375525 100644 --- a/scilpy/version.py +++ b/scilpy/version.py @@ -4,8 +4,8 @@ # Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z" _version_major = 1 -_version_minor = 2 -_version_micro = 2 +_version_minor = 3 +_version_micro = 0 _version_extra = '' # Construct full version string from these.