mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
Made version number PEP386 compatible (v0.5 beta 1)
This commit is contained in:
2
setup.py
2
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__,
|
||||
|
||||
Reference in New Issue
Block a user