Skip to content

Commit b8e3ebe

Browse files
committed
🔖 v0.2.0
Release v0.2.0.
1 parent f30110c commit b8e3ebe

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/release-drafter.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name-template: 'v$NEXT_PATCH_VERSION'
2-
tag-template: 'v$NEXT_PATCH_VERSION'
1+
name-template: 'v$NEXT_MINOR_VERSION'
2+
tag-template: 'v$NEXT_MINOR_VERSION'
33
categories:
44
- title: ':sparkles: Features'
55
label:
@@ -17,4 +17,4 @@ template: |
1717
1818
$CHANGES
1919
20-
Full list of commits made since last release viewable at [compare view](https://github.com/weiji14/deepicedrain/compare/v0.0.0...v0.1.0).
20+
Full list of commits made since last release viewable at [compare view](https://github.com/weiji14/deepicedrain/compare/v0.1.0...v0.2.0).

deepicedrain/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from deepicedrain.deltamath import calculate_delta, nanptp, nan_linregress
88
from deepicedrain.spatiotemporal import Region, deltatime_to_utctime, lonlat_to_xy
99

10-
__version__: str = "0.1.0"
10+
__version__: str = "0.2.0"
1111

1212
# Loads the ICESat-2 ATLAS intake data catalog
1313
_catalog_path = importlib.resources.path(

deepicedrain/tests/test_deepicedrain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
def test_version():
7-
assert __version__ == "0.1.0"
7+
assert __version__ == "0.2.0"
88

99

1010
def test_deepicedrain_catalog():

0 commit comments

Comments
 (0)