Skip to content

Commit b663712

Browse files
committed
Bump version: 2.7.2 → 3.0.0
1 parent 786f387 commit b663712

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pymove/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
from .utils.trajectories import read_csv
3434
from .visualization import folium, matplotlib
3535

36-
__version__ = '2.7.2'
36+
__version__ = '3.0.0'

setup.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.2
2+
current_version = 3.0.0
33
tag_name = {new_version}
44
commit = True
55

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.2',
13+
version='3.0.0',
1414
author='Insight Data Science Lab',
1515
author_email='insightlab@dc.ufc.br',
1616
license='MIT',

0 commit comments

Comments
 (0)