File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 3333from .utils .trajectories import read_csv
3434from .visualization import folium , matplotlib
3535
36- __version__ = '3.0.0 '
36+ __version__ = '3.0.1 '
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 3.0.0
2+ current_version = 3.0.1
33tag_name = {new_version}
44commit = True
55
@@ -13,16 +13,16 @@ max-line-length = 90
1313max-complexity = 15
1414select = B,C,E,D,N,F,W
1515exclude =
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/*
2626docstring-convention = numpy
2727
2828[mypy]
Original file line number Diff line number Diff line change 1010
1111setup (
1212 name = 'pymove' ,
13- version = '3.0.0 ' ,
13+ version = '3.0.1 ' ,
1414 author = 'Insight Data Science Lab' ,
15151616 license = 'MIT' ,
You can’t perform that action at this time.
0 commit comments