Skip to content

Commit 882fa0d

Browse files
committed
0.3.11
1 parent 0bc4221 commit 882fa0d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

resources/py/pyproject.toml.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "guardrails-api-client"
3-
version = "0.3.10"
3+
version = "0.3.11"
44
description = "Guardrails API Client."
55
authors = [
66
{name = "Guardrails AI", email = "[email protected]"}

resources/ts/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@guardrails-ai/api-client",
3-
"version": "0.3.10",
3+
"version": "0.3.11",
44
"description": "Client libaray for interacting with the guardrails-api",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)