Skip to content

Commit 91f0ee4

Browse files
committed
Bump version: 2.7.0 → 2.7.1
1 parent 0d185d4 commit 91f0ee4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.7.0
2+
current_version = 2.7.1
33
allow_dirty = True
44
tag_name = version-{new_version}
55
tag = True

pymove/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030
from .utils.trajectories import read_csv
3131
from .visualization import folium, matplotlib
3232

33-
__version__ = '2.7.0'
33+
__version__ = '2.7.1'

setup.py

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

1111
setup(
1212
name='pymove',
13-
version='2.7.0',
13+
version='2.7.1',
1414
author='Insight Data Science Lab',
1515
author_email='[email protected]',
1616
license='MIT',

0 commit comments

Comments
 (0)