From 4dd2b9ea76ba0911d586ec5a0276f53053bd9738 Mon Sep 17 00:00:00 2001 From: Mitchell Tannenbaum Date: Fri, 24 May 2019 13:31:53 -0700 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 27de6de..9db02b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "torchbear" description = "A simple and complete programming environment" -version = "0.12.2" +version = "0.12.3" authors = ["Mitchell Tannenbaum "] repository = "https://github.com/foundpatterns/torchbear" readme = "Readme.md"