From 10374e2dbe431a556da518baf23a2fc14b36a3fa Mon Sep 17 00:00:00 2001 From: Sydney Runkle <54324534+sydney-runkle@users.noreply.github.com> Date: Fri, 11 Oct 2024 10:00:04 -0400 Subject: [PATCH] Bump version to v2.24.1 (#1481) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 18fa96090..84ba82432 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -425,7 +425,7 @@ dependencies = [ [[package]] name = "pydantic-core" -version = "2.24.0" +version = "2.24.1" dependencies = [ "ahash", "base64", diff --git a/Cargo.toml b/Cargo.toml index 60e7ef450..fb2fbeb56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pydantic-core" -version = "2.24.0" +version = "2.24.1" edition = "2021" license = "MIT" homepage = "https://github.com/pydantic/pydantic-core"