From e52e011a4cb6b64d3b1c8becf030cbef4f3b9a45 Mon Sep 17 00:00:00 2001 From: Loic Jaquemet Date: Thu, 10 Sep 2015 14:30:05 -0600 Subject: [PATCH] uploaded to pypi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f10ce032..638c773c 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ def run(self): setup(name="haystack", - version="0.20", + version="0.21", description="Search C Structures in a process' memory", long_description=open("README.md").read(), url="http://packages.python.org/haystack/",