Skip to content

Commit

Permalink
🔖 v0.3.0
Browse files Browse the repository at this point in the history
Release v0.3.0.
  • Loading branch information
weiji14 committed Sep 16, 2020
1 parent cc3989d commit b05890b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.2.0...v0.2.1).
Full list of commits made since last release viewable at [compare view](https://github.com/weiji14/deepicedrain/compare/v0.2.1...v0.3.0).
2 changes: 1 addition & 1 deletion deepicedrain/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
)
from deepicedrain.vizplots import IceSat2Explorer, plot_alongtrack, plot_crossovers

__version__: str = "0.2.1"
__version__: str = "0.3.0"

# 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.2.1"
assert __version__ == "0.3.0"


def test_deepicedrain_catalog():
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "deepicedrain"
version = "0.2.1"
description = ""
version = "0.3.0"
description = "Mapping and monitoring deep subglacial water activity in Antarctica using remote sensing and machine learning."
authors = ["Wei Ji Leong <weiji.leong@vuw.ac.nz>"]
license = "LGPL-3.0-or-later"

Expand Down

0 comments on commit b05890b

Please sign in to comment.