Skip to content

Commit 2a00608

Browse files
committed
Bump version: 0.1.0 → 0.1.1
1 parent 8f21940 commit 2a00608

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

setup.cfg

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.0
2+
current_version = 0.1.1
33
commit = True
44
tag = True
55

@@ -17,14 +17,14 @@ universal = 1
1717
[flake8]
1818
max-line-length = 88
1919
exclude = docs,
20-
benchmarks,
21-
*/api.py,
22-
*/__init__.py,
23-
*/__config__.py,
20+
benchmarks,
21+
*/api.py,
22+
*/__init__.py,
23+
*/__config__.py,
2424
ignore = E203,
25-
E266,
26-
E302,
27-
E501,
28-
E741,
29-
W503,
25+
E266,
26+
E302,
27+
E501,
28+
E741,
29+
W503,
3030

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
test_suite="tests",
3838
tests_require=test_requirements,
3939
url="https://github.com/data-exp-lab/yt_xarray",
40-
version="0.1.0",
40+
version="version='0.1.1'",
4141
zip_safe=False,
4242
)

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.0"
5+
__version__ = "__version__ = '0.1.1'"
66

77

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

0 commit comments

Comments
 (0)