Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phausamann committed Jun 18, 2020
1 parent 11054e4 commit 7f38eed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.4.0

[bumpversion:file:setup.py]
search = version="{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="sklearn-xarray",
version="0.3.0",
version="0.4.0",
description="xarray integration with sklearn",
long_description=readme,
author="Peter Hausamann",
Expand Down
2 changes: 1 addition & 1 deletion sklearn_xarray/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@

ROOT_DIR = os.path.dirname(os.path.abspath(__file__))

__version__ = "0.3.0"
__version__ = "0.4.0"

0 comments on commit 7f38eed

Please sign in to comment.