Skip to content

Commit

Permalink
Bump version: 3.0.0 → 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mxaviersmp committed Jun 14, 2022
1 parent f72fa46 commit 1dd12a0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion pymove/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
from .utils.trajectories import read_csv
from .visualization import folium, matplotlib

__version__ = '3.0.0'
__version__ = '3.0.1'
22 changes: 11 additions & 11 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.0.0
current_version = 3.0.1
tag_name = {new_version}
commit = True

Expand All @@ -13,16 +13,16 @@ max-line-length = 90
max-complexity = 15
select = B,C,E,D,N,F,W
exclude =
.git,
__pycache__,
*.egg-info,
.venv/*,
venv/*,
.env/*,
env/*,
*.egg.info,
pymove/core/interface.py,
pymove/tests/*
.git,
__pycache__,
*.egg-info,
.venv/*,
venv/*,
.env/*,
env/*,
*.egg.info,
pymove/core/interface.py,
pymove/tests/*
docstring-convention = numpy

[mypy]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='pymove',
version='3.0.0',
version='3.0.1',
author='Insight Data Science Lab',
author_email='[email protected]',
license='MIT',
Expand Down

0 comments on commit 1dd12a0

Please sign in to comment.