From c083312cb6d46c903dacd33fa34042917c240892 Mon Sep 17 00:00:00 2001 From: Wei Ji <23487320+weiji14@users.noreply.github.com> Date: Mon, 5 Jul 2021 14:42:22 +1200 Subject: [PATCH] :bookmark: v0.4.2 Release v0.4.2. --- .github/release-drafter.yml | 2 +- deepicedrain/__init__.py | 2 +- deepicedrain/tests/test_deepicedrain.py | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index eb342ed..085fa63 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -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). diff --git a/deepicedrain/__init__.py b/deepicedrain/__init__.py index c30cb54..52edd90 100644 --- a/deepicedrain/__init__.py +++ b/deepicedrain/__init__.py @@ -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( diff --git a/deepicedrain/tests/test_deepicedrain.py b/deepicedrain/tests/test_deepicedrain.py index 18a9cd8..6bea437 100644 --- a/deepicedrain/tests/test_deepicedrain.py +++ b/deepicedrain/tests/test_deepicedrain.py @@ -4,7 +4,7 @@ def test_version(): - assert __version__ == "0.4.1" + assert __version__ == "0.4.2" def test_deepicedrain_catalog(): diff --git a/pyproject.toml b/pyproject.toml index 0fbec13..fa2a654 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "LGPL-3.0-or-later"