Skip to content

Commit

Permalink
🔖 v0.4.2
Browse files Browse the repository at this point in the history
Release v0.4.2.
  • Loading branch information
weiji14 committed Jul 5, 2021
1 parent f12cf0d commit c083312
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ template: |
$CHANGES
Full list of commits made since last release viewable at [compare view](https://github.com/weiji14/deepicedrain/compare/v0.4.0...v0.4.1).
Full list of commits made since last release viewable at [compare view](https://github.com/weiji14/deepicedrain/compare/v0.4.1...v0.4.2).
2 changes: 1 addition & 1 deletion deepicedrain/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
plot_icesurface,
)

__version__: str = "0.4.1"
__version__: str = "0.4.2"

# Loads the ICESat-2 ATLAS intake data catalog
_catalog_path = importlib.resources.path(
Expand Down
2 changes: 1 addition & 1 deletion deepicedrain/tests/test_deepicedrain.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


def test_version():
assert __version__ == "0.4.1"
assert __version__ == "0.4.2"


def test_deepicedrain_catalog():
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "deepicedrain"
version = "0.4.1"
version = "0.4.2"
description = "Mapping and monitoring deep subglacial water activity in Antarctica using remote sensing and machine learning."
authors = ["Wei Ji Leong <[email protected]>"]
license = "LGPL-3.0-or-later"
Expand Down

0 comments on commit c083312

Please sign in to comment.