Skip to content

Commit 367a69e

Browse files
committed
prep for v0.0.10 release
1 parent d27e6f4 commit 367a69e

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ default-members = ["crates/monty-cli"]
1313

1414
[workspace.package]
1515
edition = "2024"
16-
version = "0.0.9"
16+
version = "0.0.10"
1717
rust-version = "1.90"
1818
license = "MIT"
1919
authors = ["Samuel Colvin <samuel@pydantic.dev>"]

crates/monty-js/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.

crates/monty-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/monty",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"type": "module",
55
"description": "Sandboxed Python interpreter for JavaScript/TypeScript",
66
"main": "wrapper.js",

0 commit comments

Comments
 (0)