Skip to content

Commit fb08b8e

Browse files
committed
[GEOPY-2049] bump version to alpha.3
1 parent 502f23f commit fb08b8e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

geoapps_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from __future__ import annotations
1212

1313

14-
__version__ = "0.5.0-alpha.2"
14+
__version__ = "0.5.0-alpha.3"
1515

1616
from pathlib import Path
1717

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "geoapps-utils"
3-
version = "0.5.0-alpha.2"
3+
version = "0.5.0-alpha.3"
44

55
license = "MIT"
66
description = "Geoapps Utils"

recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ schema_version: 1
22

33
context:
44
name: "geoapps-utils"
5-
version: "0.5.0a2"
5+
version: "0.5.0a3"
66
python_min: "3.10"
77

88
package:

0 commit comments

Comments
 (0)