We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0d4c6c commit 0abad0fCopy full SHA for 0abad0f
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "xarray-multiscale"
3
-version = "1.0.0"
+version = "1.1.0"
4
description = ""
5
authors = ["Davis Vann Bennett <davis.v.bennett@gmail.com>"]
6
src/xarray_multiscale/__init__.py
@@ -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,
0 commit comments