mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 06:44:46 +08:00
version update
This commit is contained in:
2
setup.py
2
setup.py
@@ -9,7 +9,7 @@ readme = open('README.rst').read()
|
|||||||
|
|
||||||
|
|
||||||
setup(name='jedi',
|
setup(name='jedi',
|
||||||
version='0.5b3',
|
version='0.5b4',
|
||||||
description='An autocompletion tool for Python that can be used for text editors.',
|
description='An autocompletion tool for Python that can be used for text editors.',
|
||||||
author=__AUTHOR__,
|
author=__AUTHOR__,
|
||||||
author_email=__AUTHOR_EMAIL__,
|
author_email=__AUTHOR_EMAIL__,
|
||||||
|
|||||||
Reference in New Issue
Block a user