Skip to content

Commit

Permalink
2.3.7 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nikpau committed Jul 30, 2024
1 parent 3099969 commit a429d04
Show file tree
Hide file tree
Showing 3 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.6a"
version = "2.3.7"
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.6a"
__version__ = "2.3.7"
__author__ = "Niklas Paulig <[email protected]>"
logger.info(f"You are using PyTSA version {__version__}")
Binary file removed pytsa/shared/rhaversine.so
Binary file not shown.

0 comments on commit a429d04

Please sign in to comment.