From e2f1fbef54d0c16745b8b0712b2a471da9559916 Mon Sep 17 00:00:00 2001 From: Loic Jaquemet Date: Wed, 4 Nov 2015 20:55:03 -0700 Subject: [PATCH] v0.31 --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 20d0c0ab..4f5f86cf 100644 --- a/setup.py +++ b/setup.py @@ -49,10 +49,8 @@ def run(self): return p.returncode - - setup(name="haystack", - version="0.30", + version="0.31", description="Search C Structures in a process' memory", long_description=open("README.md").read(), url="http://packages.python.org/haystack/",