Skip to content

Commit cbb6be3

Browse files
authored
Merge pull request #119 from chrishavlin/postrelease_cleanup_v0pt4pt1
cleanup after v0.4.1 release
2 parents 60c3945 + d1171dc commit cbb6be3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# History
22

3+
## 0.4.1dev
4+
5+
### New Features
6+
7+
### Changes
8+
39
## 0.4.1
410

511
Maintenance release: improves some type hints, improves CI test suite.

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.4.1"
5+
__version__ = "0.4.1dev"
66

77

88
# import the xarray accessor so it is registered with xarray

0 commit comments

Comments
 (0)