From 20f91f1c7a962017c52c3e2fc34061d119ca7904 Mon Sep 17 00:00:00 2001 From: Ana Hobden Date: Mon, 21 Oct 2019 01:23:39 -0700 Subject: [PATCH] 0.0.9 Signed-off-by: Ana Hobden --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b169cb3..3da36c5 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.8" +version = "0.0.9" authors = ["Ana Hobden "] license = "MIT" edition = "2018"