Skip to content

Commit 05867ec

Browse files
committed
version
1 parent aae4cab commit 05867ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
setup (
3232
name="tracklib",
33-
version="1.0.0",
33+
version="0.6.0",
3434
description="Tracklib library provide a variety of tools, operators and functions to manipulate GPS trajectories",
3535
long_description="See https://github.com/umrlastig/tracklib",
3636
url="https://github.com/umrlastig/tracklib",

tracklib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#import matplotlib.pyplot as plt
55

66

7-
__version__ = '0.5.1'
7+
__version__ = '0.6.0'
88

99

1010
from tracklib.core import *

0 commit comments

Comments
 (0)