Skip to content

Commit aa6f97b

Browse files
committed
version 0.0.9
1 parent ae98ed1 commit aa6f97b

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
tags:
66
- "v*"
77

8+
permissions:
9+
contents: read
10+
packages: write
11+
812
env:
913
PYTHON_VERSION: "3.11"
1014
HATCH_VERSION: "1.16.2"

function/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
"""The version of the function."""
1717

1818
# This is set at build time, using "hatch version"
19-
__version__ = "0.0.8"
19+
__version__ = "0.0.9"

0 commit comments

Comments
 (0)