From 298850cd61942eb52aa13ea325e1c666ba35aa7d Mon Sep 17 00:00:00 2001 From: Mitchell Tannenbaum Date: Wed, 6 Feb 2019 21:54:43 -0800 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f7996f0..786a1a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "torchbear" description = "A simple and complete programming environment" -version = "0.11.9" +version = "0.11.10" authors = ["Mitchell Tannenbaum "] repository = "https://github.com/foundpatterns/torchbear" readme = "Readme.md"