From f61184ecf8a5cab32b3c05cc8d45b0afd4ad3619 Mon Sep 17 00:00:00 2001 From: Mitchell Tannenbaum Date: Sun, 25 Nov 2018 13:14:12 -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 7429481..d6f217b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "torchbear" description = "network application framework" -version = "0.6.2" +version = "0.7.0" authors = ["Mitchell Tannenbaum "] repository = "https://github.com/foundpatterns/torchbear" readme = "Readme.md"