Skip to content

Commit

Permalink
🔖 v0.3.2
Browse files Browse the repository at this point in the history
Release v0.3.2.
  • Loading branch information
weiji14 committed Oct 26, 2020
1 parent 3d1534e commit 8e15205
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.3.0...v0.3.1).
Full list of commits made since last release viewable at [compare view](https://github.com/weiji14/deepicedrain/compare/v0.3.1...v0.3.2).
2 changes: 1 addition & 1 deletion deepicedrain/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
)
from deepicedrain.vizplots import IceSat2Explorer, plot_alongtrack, plot_crossovers

__version__: str = "0.3.1"
__version__: str = "0.3.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.3.1"
assert __version__ == "0.3.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.3.1"
version = "0.3.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 8e15205

Please sign in to comment.