File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ template: |
1919
2020 $CHANGES
2121
22- Full list of commits made since last release viewable at [compare view](https://github.com/weiji14/deepicedrain/compare/v0.4.0 ...v0.4.1 ).
22+ Full list of commits made since last release viewable at [compare view](https://github.com/weiji14/deepicedrain/compare/v0.4.1 ...v0.4.2 ).
Original file line number Diff line number Diff line change 2626 plot_icesurface ,
2727)
2828
29- __version__ : str = "0.4.1 "
29+ __version__ : str = "0.4.2 "
3030
3131# Loads the ICESat-2 ATLAS intake data catalog
3232_catalog_path = importlib .resources .path (
Original file line number Diff line number Diff line change 44
55
66def test_version ():
7- assert __version__ == "0.4.1 "
7+ assert __version__ == "0.4.2 "
88
99
1010def test_deepicedrain_catalog ():
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " deepicedrain"
3- version = " 0.4.1 "
3+ version = " 0.4.2 "
44description = " Mapping and monitoring deep subglacial water activity in Antarctica using remote sensing and machine learning."
55authors = [" Wei Ji Leong <weiji.leong@vuw.ac.nz>" ]
66license = " LGPL-3.0-or-later"
You can’t perform that action at this time.
0 commit comments