Skip to content

Commit 0abad0f

Browse files
committed
version bump
1 parent e0d4c6c commit 0abad0f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "xarray-multiscale"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
description = ""
55
authors = ["Davis Vann Bennett <davis.v.bennett@gmail.com>"]
66

src/xarray_multiscale/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.1.1"
22
from .multiscale import downscale, multiscale # noqa: F401
33
from .reducers import ( # noqa: F401
44
windowed_mean,

0 commit comments

Comments
 (0)