From 1c98298b7ecfe108c4525586c3a467dc530fdde4 Mon Sep 17 00:00:00 2001 From: Philipp Schlegel Date: Sun, 22 Sep 2024 17:42:22 +0100 Subject: [PATCH] bump version 1.7.0 -> 1.8.0 --- navis/__version__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/navis/__version__.py b/navis/__version__.py index 7ac4b99f..1f9dfb7f 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.7.0" -__version_vector__ = (1, 7, 0) +__version__ = "1.8.0" +__version_vector__ = (1, 8, 0)