From 75c749ee503d4ba7285b1aad4eb7440052a830e7 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sun, 5 Feb 2023 19:19:05 +0000 Subject: [PATCH] bump version to 1.1.0 --- proptest/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proptest/Cargo.toml b/proptest/Cargo.toml index 26ca62e3..6e455663 100644 --- a/proptest/Cargo.toml +++ b/proptest/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proptest" -version = "1.0.0" +version = "1.1.0" authors = ["Jason Lingle"] license = "MIT/Apache-2.0" readme = "README.md"