Skip to content

Commit c04f365

Browse files
authored
Merge pull request #180 from InsightLab/developer
Developer
2 parents 91f0ee4 + 8223f4f commit c04f365

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
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

.readthedocs.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ version: 2
99
sphinx:
1010
configuration: docs/conf.py
1111

12-
# Build documentation with MkDocs
13-
#mkdocs:
14-
# configuration: mkdocs.yml
15-
1612
# Optionally build your docs in additional formats such as PDF
1713
formats:
1814
- pdf

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)