From f239198d7ff386a20adb171925c8ddc67f40acb6 Mon Sep 17 00:00:00 2001 From: Ninjani Date: Thu, 6 Jun 2024 19:30:41 +0200 Subject: [PATCH] chore: bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e07b21a..898dbd7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -664,7 +664,7 @@ dependencies = [ [[package]] name = "hypothesis" -version = "0.11.4" +version = "0.11.5" dependencies = [ "assert_cmd", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 8e39045..1cc0203 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hypothesis" -version = "0.11.4" +version = "0.11.5" authors = ["Ninjani"] edition = "2021" description = "a Rust wrapper and CLI for the Hypothesis API"