Skip to content

Commit 8213dd9

Browse files
committed
Bump version
1 parent 6d3a8b9 commit 8213dd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = ['setuptools']
55
build-backend = 'setuptools.build_meta'
66

77
[project]
8-
version = '0.2.1'
8+
version = '0.2.2'
99

1010
name = 'xarray-histogram'
1111
authors = [

src/xarray_histogram/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from .core import histogram, histogram2d, histogramdd
22

3-
__version__ = "0.2.1"
3+
__version__ = "0.2.2"
44

55
__all__ = ["histogram", "histogram2d", "histogramdd"]

0 commit comments

Comments
 (0)