From ad6e66e74be6c1c6159c95cdbcffefdf9901f9fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dav=C3=ADd=20Brakenhoff?= Date: Tue, 1 Oct 2024 07:50:57 +0200 Subject: [PATCH] version 1.7 --- pastastore/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pastastore/version.py b/pastastore/version.py index b7b8ece..58656a5 100644 --- a/pastastore/version.py +++ b/pastastore/version.py @@ -9,7 +9,7 @@ PASTAS_LEQ_022 = PASTAS_VERSION <= parse_version("0.22.0") PASTAS_GEQ_150 = PASTAS_VERSION >= parse_version("1.5.0") -__version__ = "1.6.2" +__version__ = "1.7.0" def show_versions(optional=False) -> None: