From 2fbb39cf3b769cee3f0646a87d3b19a057fe2232 Mon Sep 17 00:00:00 2001 From: Ana Hobden Date: Wed, 13 May 2020 08:15:52 -0700 Subject: [PATCH] 0.1.1 Signed-off-by: Ana Hobden --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 78d735c..bf5f83f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ Getset, we're ready to go! A procedural macro for generating the most basic getters and setters on fields. """ -version = "0.0.9" +version = "0.1.1" authors = ["Ana Hobden "] license = "MIT" edition = "2018"