We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97db43b commit 0cb6a6bCopy full SHA for 0cb6a6b
helm-chart/eoapi-notifier/Chart.yaml
@@ -2,8 +2,8 @@ apiVersion: v2
2
name: eoapi-notifier
3
description: A Helm chart for eoAPI Notifier - Message handler for eoAPI components
4
type: application
5
-version: 0.0.8
6
-appVersion: "0.0.8"
+version: 0.0.9
+appVersion: "0.0.9"
7
home: https://github.com/developmentseed/eoapi-notifier
8
sources:
9
- https://github.com/developmentseed/eoapi-notifier
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "eoapi-notifier"
-version = "0.0.8"
+version = "0.0.9"
description = "Message handler for eoAPI components"
requires-python = ">=3.12"
10
authors = [
0 commit comments