From 54febba293fae0b6ac19a2db08b52b265008a132 Mon Sep 17 00:00:00 2001 From: Philipp Schlegel Date: Mon, 6 Jun 2022 17:55:00 +0100 Subject: [PATCH] bump version 1.3.0 -> 1.3.1 --- navis/__version__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/navis/__version__.py b/navis/__version__.py index bb167f41..6b76029d 100644 --- a/navis/__version__.py +++ b/navis/__version__.py @@ -11,5 +11,5 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -__version__ = "1.3.0" -__version_vector__ = (1, 3, 0) +__version__ = "1.3.1" +__version_vector__ = (1, 3, 1)