From 981959938f770dd9ca87df0f9b9b20fcef237149 Mon Sep 17 00:00:00 2001 From: Mitchell Tannenbaum Date: Thu, 6 Dec 2018 16:46:10 -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 d52da4d..b39288d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "torchbear" description = "network application framework" -version = "0.8.4" +version = "0.8.5" authors = ["Mitchell Tannenbaum "] repository = "https://github.com/foundpatterns/torchbear" readme = "Readme.md"