We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d185d4 commit 91f0ee4Copy full SHA for 91f0ee4
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.7.0
+current_version = 2.7.1
3
allow_dirty = True
4
tag_name = version-{new_version}
5
tag = True
pymove/__init__.py
@@ -30,4 +30,4 @@
30
from .utils.trajectories import read_csv
31
from .visualization import folium, matplotlib
32
33
-__version__ = '2.7.0'
+__version__ = '2.7.1'
setup.py
@@ -10,7 +10,7 @@
10
11
setup(
12
name='pymove',
13
- version='2.7.0',
+ version='2.7.1',
14
author='Insight Data Science Lab',
15
author_email='insightlab@dc.ufc.br',
16
license='MIT',
0 commit comments