Made version number PEP386 compatible (v0.5 beta 1)

This commit is contained in:
Danilo Bargen
2012-09-18 14:50:35 +02:00
parent e0126202b1
commit 15c2445448

View File

@@ -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__,