diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 191152a..8d86cee 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -2,5 +2,5 @@ files = ./setup.py commit = True tag = True -current_version = 2.6.0 +current_version = 2.7.0 diff --git a/setup.py b/setup.py index 9617914..77c3c20 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='haversine', - version='2.6.0', + version='2.7.0', description='Calculate the distance between 2 points on Earth.', long_description=open('README.md').read(), long_description_content_type="text/markdown",