Skip to content

Commit

Permalink
🔖 v0.2.1
Browse files Browse the repository at this point in the history
Release v0.2.1
  • Loading branch information
weiji14 committed Jul 16, 2020
1 parent 6400c5d commit 17067ad
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 @@ -17,4 +17,4 @@ template: |
$CHANGES
Full list of commits made since last release viewable at [compare view](https://github.com/weiji14/deepicedrain/compare/v0.1.0...v0.2.0).
Full list of commits made since last release viewable at [compare view](https://github.com/weiji14/deepicedrain/compare/v0.2.0...v0.2.1).
2 changes: 1 addition & 1 deletion deepicedrain/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from deepicedrain.deltamath import calculate_delta, nanptp, nan_linregress
from deepicedrain.spatiotemporal import Region, deltatime_to_utctime, lonlat_to_xy

__version__: str = "0.2.0"
__version__: str = "0.2.1"

# 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.0"
assert __version__ == "0.2.1"


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.1.0"
version = "0.2.1"
description = ""
authors = ["Wei Ji Leong <[email protected]>"]
license = "LGPL-3.0-or-later"
Expand Down

0 comments on commit 17067ad

Please sign in to comment.