From a3647a4c03ae9a7adf1210c1ac54054c3594ad81 Mon Sep 17 00:00:00 2001 From: David Halter Date: Tue, 11 Dec 2012 09:36:14 +0100 Subject: [PATCH] version update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d7a9dd54..b064604e 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ readme = open('README.rst').read() setup(name='jedi', - version='0.5b3', + version='0.5b4', description='An autocompletion tool for Python that can be used for text editors.', author=__AUTHOR__, author_email=__AUTHOR_EMAIL__,