File tree Expand file tree Collapse file tree 4 files changed +3
-7
lines changed
Expand file tree Collapse file tree 4 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2.7.1
2+ current_version = 2.7.2
33allow_dirty = True
44tag_name = version-{new_version}
55tag = True
Original file line number Diff line number Diff line change @@ -9,10 +9,6 @@ version: 2
99sphinx :
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
1713formats :
1814 - pdf
Original file line number Diff line number Diff line change 3030from .utils .trajectories import read_csv
3131from .visualization import folium , matplotlib
3232
33- __version__ = '2.7.1 '
33+ __version__ = '2.7.2 '
Original file line number Diff line number Diff line change 1010
1111setup (
1212 name = 'pymove' ,
13- version = '2.7.1 ' ,
13+ version = '2.7.2 ' ,
1414 author = 'Insight Data Science Lab' ,
1515 author_email = 'insightlab@dc.ufc.br' ,
1616 license = 'MIT' ,
You can’t perform that action at this time.
0 commit comments