From 18d152b11c55719259875e6d55809df65191133c Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Sun, 4 Jan 2015 21:23:27 -0800 Subject: [PATCH] Release 0.0.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 67a6982..a3e799c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sequence_trie" -version = "0.0.3" +version = "0.0.4" authors = ["Michael Sproul "]