Skip to content

Commit 233265a

Browse files
committed
bump version
1 parent bce15ce commit 233265a

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

HISTORY.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# History
22

3+
## 0.1.4 (2023-03-21)
4+
5+
Bug fix release.
6+
7+
### Fixes:
8+
* fix coordinate flipping bug (PR [46](https://github.com/data-exp-lab/yt_xarray/pull/46))
39
## 0.1.3 (2023-03-10)
410

5-
Bug fix release.
11+
Bug fix release.
612

713
### Fixes:
814
* handle the case where data coordinate lengths are 1 (PR [41](https://github.com/data-exp-lab/yt_xarray/pull/41))

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.3
2+
current_version = 0.1.4
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141
test_suite="tests",
4242
tests_require=test_requirements,
4343
url="https://github.com/data-exp-lab/yt_xarray",
44-
version="0.1.3",
44+
version="0.1.4",
4545
zip_safe=False,
4646
)

yt_xarray/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Chris Havlin"""
44
__email__ = "[email protected]"
5-
__version__ = "0.1.3"
5+
__version__ = "0.1.4"
66

77

88
# import the yt frontend and the xarray accessor so they are registered with

0 commit comments

Comments
 (0)