From 6734710c3e0f716be25bb044512ebaf95a594faf Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Fri, 3 Feb 2023 16:47:35 -0500 Subject: [PATCH] 0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 231595b..08f2c22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ edition = "2018" # When releasing to crates.io: # - Update CHANGELOG.md # - Create git tag. -version = "0.5.0" +version = "0.6.0" authors = ["Henry de Valence ", "Deirdre Connolly ", "Chelsea Komlo "] readme = "README.md" license = "MIT OR Apache-2.0"