Skip to content

Commit

Permalink
bumped version (tensorzero#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
virajmehta authored Nov 13, 2024
1 parent 9919243 commit c439fb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clients/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tensorzero"
version = "2024.10.1"
version = "2024.11.0"
description = "The Python client for TensorZero"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
2 changes: 1 addition & 1 deletion gateway/src/endpoints/status.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use axum::http::StatusCode;
use axum::response::Json;
use serde_json::{json, Value};

const TENSORZERO_VERSION: &str = "2024.10.1";
const TENSORZERO_VERSION: &str = "2024.11.0";

/// A handler for a simple liveness check
#[debug_handler]
Expand Down

0 comments on commit c439fb0

Please sign in to comment.