diff --git a/pymove/__init__.py b/pymove/__init__.py index 32bdb6a9..c556099e 100644 --- a/pymove/__init__.py +++ b/pymove/__init__.py @@ -33,4 +33,4 @@ from .utils.trajectories import read_csv from .visualization import folium, matplotlib -__version__ = '3.0.0' +__version__ = '3.0.1' diff --git a/setup.cfg b/setup.cfg index beb8c8ce..9b591194 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.0 +current_version = 3.0.1 tag_name = {new_version} commit = True @@ -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] diff --git a/setup.py b/setup.py index afbd4b53..2ceccd9f 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='pymove', - version='3.0.0', + version='3.0.1', author='Insight Data Science Lab', author_email='insightlab@dc.ufc.br', license='MIT',