From 32e0b0d7f83b9c54df1aaf8aa942a73f4b7f5b29 Mon Sep 17 00:00:00 2001 From: shaladdle Date: Sat, 2 Apr 2016 16:56:20 -0700 Subject: [PATCH] Bump version to 0.4.0 --- tarpc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarpc/Cargo.toml b/tarpc/Cargo.toml index 43e6235..9208725 100644 --- a/tarpc/Cargo.toml +++ b/tarpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tarpc" -version = "0.3.0" +version = "0.4.0" authors = ["Adam Wright ", "Tim Kuehn "] license = "MIT" documentation = "https://google.github.io/tarpc"