From 1dd585529d31fbc7137706c44e2a17be4211767e Mon Sep 17 00:00:00 2001 From: nikpau Date: Tue, 6 Aug 2024 09:49:47 +0200 Subject: [PATCH] version bump --- pyproject.toml | 2 +- pytsa/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 45f5c4b..20ee9ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "pytsa-ais" -version = "2.3.9" +version = "2.3.10" requires-python = ">=3.10" description = "Toolbox for extracting trajectories and monitoring vessels from raw AIS records." authors = [ diff --git a/pytsa/__init__.py b/pytsa/__init__.py index 222572a..77ba6a3 100644 --- a/pytsa/__init__.py +++ b/pytsa/__init__.py @@ -7,6 +7,6 @@ from .visualization import register_plot_dir from . import visualization -__version__ = "2.3.9" +__version__ = "2.3.10" __author__ = "Niklas Paulig " logger.info(f"You are using PyTSA version {__version__}") \ No newline at end of file