Skip to content

Commit

Permalink
Bump version: 5.0.0 → 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhynes7 committed Dec 8, 2020
1 parent 135188f commit f692e54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.0.0
current_version = 5.1.0
commit = True
tag = True

Expand All @@ -26,4 +26,3 @@ mypy_path = stubs

[mypy-skspatial.tests.*]
ignore_errors = True

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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,
)
2 changes: 1 addition & 1 deletion skspatial/__init__.py
Expand Up @@ -2,4 +2,4 @@

__author__ = "Andrew Hynes"
__email__ = 'andrewjhynes@gmail.com'
__version__ = '5.0.0'
__version__ = '5.1.0'

0 comments on commit f692e54

Please sign in to comment.