Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nikpau committed Aug 6, 2024
1 parent da197f5 commit 1dd5855
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion pytsa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
from .visualization import register_plot_dir
from . import visualization

__version__ = "2.3.9"
__version__ = "2.3.10"
__author__ = "Niklas Paulig <[email protected]>"
logger.info(f"You are using PyTSA version {__version__}")

0 comments on commit 1dd5855

Please sign in to comment.