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