diff --git a/setup.cfg b/setup.cfg index b0b845d1..aab518d9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.0.0 +current_version = 5.1.0 commit = True tag = True @@ -26,4 +26,3 @@ mypy_path = stubs [mypy-skspatial.tests.*] ignore_errors = True - diff --git a/setup.py b/setup.py index efd8717c..a3b2484a 100644 --- a/setup.py +++ b/setup.py @@ -43,6 +43,6 @@ include_package_data=True, license="BSD license", url='https://github.com/ajhynes7/scikit-spatial', - version='5.0.0', + version='5.1.0', zip_safe=False, ) diff --git a/skspatial/__init__.py b/skspatial/__init__.py index 0bd315bd..beacd04a 100644 --- a/skspatial/__init__.py +++ b/skspatial/__init__.py @@ -2,4 +2,4 @@ __author__ = "Andrew Hynes" __email__ = 'andrewjhynes@gmail.com' -__version__ = '5.0.0' +__version__ = '5.1.0'