From b6cc3d47619374a13a9f7b67a785cc1895b5781e Mon Sep 17 00:00:00 2001 From: Darius Clark Date: Tue, 27 Nov 2018 13:12:04 -0500 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b844a5d..f3266da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "torchbear" description = "network application framework" -version = "0.8.0" +version = "0.8.1" authors = ["Mitchell Tannenbaum "] repository = "https://github.com/foundpatterns/torchbear" readme = "Readme.md"