Skip to content

Commit

Permalink
v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mdvandamme committed Oct 22, 2024
1 parent 930bed0 commit 0596a75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@

setup (
name="tracklib",
version="0.7.0",
version="0.7.1",
description="tracklib library provides a variety of tools, operators and functions to manipulate GPS trajectories",
long_description="See https://github.com/umrlastig/tracklib",
url="https://github.com/umrlastig/tracklib",
download_url= 'https://github.com/umrlastig/tracklib/archive/refs/tags/v0.7.0.tar.gz',
download_url= 'https://github.com/umrlastig/tracklib/archive/refs/tags/v0.7.1.tar.gz',
author="Yann Méneroux, Marie-Dominique Van Damme",
author_email="todo@ign.fr",
keywords=['GPS track', 'Python library', 'Map-matching', 'Trajectory aggregation', 'Synthetic trajectory', 'Segmenting GPS tracks', 'Summarizing GPS tracks', 'Stop positions', 'Kalman filter'],
Expand Down
2 changes: 1 addition & 1 deletion tracklib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#import matplotlib.pyplot as plt


__version__ = '0.7.0'
__version__ = '0.7.1'
__credits__ = 'IGN'


Expand Down

0 comments on commit 0596a75

Please sign in to comment.