From 2eb2240df2ffc8d9ec3fcf59e34a0c36c23c7405 Mon Sep 17 00:00:00 2001 From: Shravan Reddy Date: Thu, 17 Jul 2014 21:46:32 -0700 Subject: [PATCH] version 0.0.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 90e7bce..254f333 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: from distutils.core import setup -version = '0.0.3' +version = '0.0.4' setup( name='multitrie',