From d1190a11acbada1221679c588b3a66167c543d55 Mon Sep 17 00:00:00 2001 From: sydney-runkle Date: Mon, 22 Apr 2024 10:51:36 -0500 Subject: [PATCH] version bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 29203dc84..8bd6576d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -294,7 +294,7 @@ dependencies = [ [[package]] name = "pydantic-core" -version = "2.18.1" +version = "2.18.2" dependencies = [ "ahash", "base64", diff --git a/Cargo.toml b/Cargo.toml index 88470c543..a52d37c6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pydantic-core" -version = "2.18.1" +version = "2.18.2" edition = "2021" license = "MIT" homepage = "https://github.com/pydantic/pydantic-core"