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/",