Skip to content

Commit 05ce0d8

Browse files
authored
Prep 0.0.51 release (#264)
1 parent d062d87 commit 05ce0d8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package-lock.json

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

packages/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pydantic/genai-prices",
3-
"version": "0.0.50",
3+
"version": "0.0.51",
44
"description": "Calculate prices for calling LLM inference APIs",
55
"author": "Pydantic Team",
66
"type": "module",

packages/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "uv_build"
44

55
[project]
66
name = "genai-prices"
7-
version = "0.0.50"
7+
version = "0.0.51"
88
description = "Calculate prices for calling LLM inference APIs."
99
readme = "README.md"
1010
authors = [{ name = "Samuel Colvin", email = "samuel@pydantic.dev" }]

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)