Skip to content

Commit 85e0d37

Browse files
committed
bump version to v0.0.1
1 parent bb69699 commit 85e0d37

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,13 @@ jobs:
104104
AWS_SECRET_ACCESS_KEY: ${{ secrets.MINIO_SECRET_KEY }}
105105
AWS_DEFAULT_REGION: ${{ vars.MINIO_REGION || 'us-east-1' }}
106106
AWS_ENDPOINT_URL_S3: ${{ vars.MINIO_ENDPOINT }}
107-
BUCKET: ${{ vars.DOCS_BUCKET }}
107+
BUCKET: ${{ vars.MINIO_BUCKET }}
108108
run: |
109109
set -euo pipefail
110110
111111
# Say which setting is missing, rather than failing later against AWS.
112112
: "${AWS_ENDPOINT_URL_S3:?set the MINIO_ENDPOINT repository variable}"
113-
: "${BUCKET:?set the DOCS_BUCKET repository variable}"
113+
: "${BUCKET:?set the MINIO_BUCKET repository variable}"
114114
115115
# MinIO serves path-style addressing. Virtual-host style needs wildcard DNS
116116
# that a self-hosted instance usually does not have, and no environment

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "guard-client"
3-
version = "0.0.1rc1"
3+
version = "0.0.1"
44
description = "A Python client for seamlessly integrating visual safety filters into your applications"
55
readme = "README.md"
66
requires-python = ">=3.10"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)