From 5f16890e8f0d2ad209a7a8ab5d851ce7c835c6e1 Mon Sep 17 00:00:00 2001 From: David Hewitt <1939362+davidhewitt@users.noreply.github.com> Date: Thu, 10 Aug 2023 14:51:03 +0100 Subject: [PATCH] bump version to 2.5.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8e1b3da0c..bbbf82b5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -261,7 +261,7 @@ dependencies = [ [[package]] name = "pydantic-core" -version = "2.4.0" +version = "2.5.0" dependencies = [ "ahash", "base64", diff --git a/Cargo.toml b/Cargo.toml index 40d3e6747..4cd7dd90b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pydantic-core" -version = "2.4.0" +version = "2.5.0" edition = "2021" license = "MIT" homepage = "https://github.com/pydantic/pydantic-core"