Skip to content

Commit

Permalink
Bump version: 1.2.0 → 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Hynes committed Jun 19, 2019
1 parent da36d2f commit 9257de9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.0
current_version = 1.3.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
include_package_data=True,
license="BSD license",
url='https://github.com/ajhynes7/scikit-spatial',
version='1.2.0',
version='1.3.0',
zip_safe=False,
)
2 changes: 1 addition & 1 deletion skspatial/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = "Andrew Hynes"
__email__ = 'andrewjhynes@gmail.com'
__version__ = '1.2.0'
__version__ = '1.3.0'

0 comments on commit 9257de9

Please sign in to comment.