1 parent ae98ed1 commit aa6f97bCopy full SHA for aa6f97b
2 files changed
.github/workflows/ci.yaml
@@ -5,6 +5,10 @@ on:
5
tags:
6
- "v*"
7
8
+permissions:
9
+ contents: read
10
+ packages: write
11
+
12
env:
13
PYTHON_VERSION: "3.11"
14
HATCH_VERSION: "1.16.2"
function/__version__.py
@@ -16,4 +16,4 @@
16
"""The version of the function."""
17
18
# This is set at build time, using "hatch version"
19
-__version__ = "0.0.8"
+__version__ = "0.0.9"
0 commit comments