Skip to content

Commit ca3a2a0

Browse files
committed
chore: bump version to 2.0.4
1 parent 9dcfeef commit ca3a2a0

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

crates/notebook/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "notebook"
3-
version = "2.0.3"
3+
version = "2.0.4"
44
edition.workspace = true
55
description = "Tauri-based notebook UI for Jupyter kernels"
66
repository.workspace = true

crates/notebook/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "nteract",
4-
"version": "2.0.3",
4+
"version": "2.0.4",
55
"identifier": "org.nteract.desktop",
66
"build": {
77
"devUrl": "http://localhost:5174",

crates/runt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "runt-cli"
3-
version = "2.0.3"
3+
version = "2.0.4"
44
edition.workspace = true
55
description = "CLI for Jupyter Runtimes — bundled with nteract"
66
repository.workspace = true

crates/runtimed/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "runtimed"
3-
version = "2.0.3"
3+
version = "2.0.4"
44
edition.workspace = true
55
description = "Central daemon for managing Jupyter runtimes and prewarmed environments"
66
repository.workspace = true

python/nteract/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "nteract"
3-
version = "2.0.3"
3+
version = "2.0.4"
44
description = "Bring AI to Jupyter notebooks. MCP server for Claude, ChatGPT, Gemini, OpenCode and any agent."
55
readme = "README.md"
66
license = "BSD-3-Clause"

python/runtimed/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "runtimed"
3-
version = "2.0.3"
3+
version = "2.0.4"
44
description = "Python toolkit for Jupyter runtimes, powered by runtimed Rust binaries"
55
readme = "README.md"
66
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)