Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
d-v-b committed Jan 1, 2023
1 parent e0d4c6c commit 0abad0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "xarray-multiscale"
version = "1.0.0"
version = "1.1.0"
description = ""
authors = ["Davis Vann Bennett <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion src/xarray_multiscale/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.0"
__version__ = "0.1.1"
from .multiscale import downscale, multiscale # noqa: F401
from .reducers import ( # noqa: F401
windowed_mean,
Expand Down

0 comments on commit 0abad0f

Please sign in to comment.