File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.1.0
2+ current_version = 0.1.1
33commit = True
44tag = True
55
@@ -17,14 +17,14 @@ universal = 1
1717[flake8]
1818max-line-length = 88
1919exclude = docs,
20- benchmarks,
21- */api.py,
22- */__init__.py,
23- */__config__.py,
20+ benchmarks,
21+ */api.py,
22+ */__init__.py,
23+ */__config__.py,
2424ignore = E203,
25- E266,
26- E302,
27- E501,
28- E741,
29- W503,
25+ E266,
26+ E302,
27+ E501,
28+ E741,
29+ W503,
3030
Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 22
33__author__ = """Chris Havlin"""
445- __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
You can’t perform that action at this time.
0 commit comments