Skip to content

Commit 69d6ef7

Browse files
committed
be consistent on versioning
1 parent 791eb68 commit 69d6ef7

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.4.0a0"
3+
version = "0.4.0-alpha1"
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.4.0a0",
3+
"version": "0.4.0-alpha1",
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)