We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb08b8e commit 792012dCopy full SHA for 792012d
2 files changed
geoapps_utils/__init__.py
@@ -11,7 +11,7 @@
11
from __future__ import annotations
12
13
14
-__version__ = "0.5.0-alpha.3"
+__version__ = "0.6.0-alpha.1"
15
16
from pathlib import Path
17
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "geoapps-utils"
3
-version = "0.5.0-alpha.3"
+version = "0.6.0-alpha.1"
4
5
license = "MIT"
6
description = "Geoapps Utils"
0 commit comments