Skip to content

Commit fccadb1

Browse files
committed
Bump version: 2.7.1 → 2.7.2
1 parent 59324b6 commit fccadb1

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.1
2+
current_version = 2.7.2
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.1'
33+
__version__ = '2.7.2'

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.1',
13+
version='2.7.2',
1414
author='Insight Data Science Lab',
1515
author_email='[email protected]',
1616
license='MIT',

0 commit comments

Comments
 (0)