Skip to content

Commit f785876

Browse files
committed
🔖 v0.4.1
Release v0.4.1.
1 parent 2a536bb commit f785876

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.3.2...v0.4.0).
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).

deepicedrain/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
plot_icesurface,
2727
)
2828

29-
__version__: str = "0.4.0"
29+
__version__: str = "0.4.1"
3030

3131
# Loads the ICESat-2 ATLAS intake data catalog
3232
_catalog_path = importlib.resources.path(

deepicedrain/tests/test_deepicedrain.py

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

55

66
def test_version():
7-
assert __version__ == "0.4.0"
7+
assert __version__ == "0.4.1"
88

99

1010
def test_deepicedrain_catalog():

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "deepicedrain"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "Mapping and monitoring deep subglacial water activity in Antarctica using remote sensing and machine learning."
55
authors = ["Wei Ji Leong <[email protected]>"]
66
license = "LGPL-3.0-or-later"

0 commit comments

Comments
 (0)