From 15c2445448073714a424cb968d075a401fb86bac Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Tue, 18 Sep 2012 14:50:35 +0200 Subject: [PATCH] Made version number PEP386 compatible (v0.5 beta 1) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 63c02728..3380da40 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ __AUTHOR_EMAIL__ = 'davidhalter88@gmail.com' readme = open('README.rst').read() setup(name='jedi', - version='0.5.0-beta', + version='0.5b1', description='An autocompletion tool for Python that can be used for text editors.', author=__AUTHOR__, author_email=__AUTHOR_EMAIL__,