Skip to content

Commit 4a62722

Browse files
committed
bump version
1 parent 3798bac commit 4a62722

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

openapitools.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"supportsES6": true,
1414
"withInterfaces": true,
1515
"npmName": "@guardrails-ai/api-client",
16-
"npmVersion": "0.4.0-alpha2"
16+
"npmVersion": "0.4.0-alpha3"
1717
}
1818
},
1919
"py": {
@@ -23,7 +23,7 @@
2323
"skipValidateSpec": true,
2424
"additionalProperties": {
2525
"packageName": "guardrails_api_client",
26-
"packageVersion": "0.4.0-alpha2",
26+
"packageVersion": "0.4.0-alpha3",
2727
"projectName": "guardrails-api-client"
2828
}
2929
}

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.4.0-alpha2"
3+
version = "0.4.0-alpha3"
44
description = "Guardrails API Client."
55
authors = [
66
{name = "Guardrails AI", email = "contact@guardrailsai.com"}

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.4.0-alpha2",
3+
"version": "0.4.0-alpha3",
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)