Skip to content

Commit 1dd12a0

Browse files
committed
Bump version: 3.0.0 → 3.0.1
1 parent f72fa46 commit 1dd12a0

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
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__ = '3.0.0'
36+
__version__ = '3.0.1'

setup.cfg

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.0.0
2+
current_version = 3.0.1
33
tag_name = {new_version}
44
commit = True
55

@@ -13,16 +13,16 @@ max-line-length = 90
1313
max-complexity = 15
1414
select = B,C,E,D,N,F,W
1515
exclude =
16-
.git,
17-
__pycache__,
18-
*.egg-info,
19-
.venv/*,
20-
venv/*,
21-
.env/*,
22-
env/*,
23-
*.egg.info,
24-
pymove/core/interface.py,
25-
pymove/tests/*
16+
.git,
17+
__pycache__,
18+
*.egg-info,
19+
.venv/*,
20+
venv/*,
21+
.env/*,
22+
env/*,
23+
*.egg.info,
24+
pymove/core/interface.py,
25+
pymove/tests/*
2626
docstring-convention = numpy
2727

2828
[mypy]

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

0 commit comments

Comments
 (0)