Skip to content

Commit

Permalink
change release to 0.8.0-final0, #395
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhalter committed May 4, 2014
1 parent b5b79fc commit 7b402d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jedi/__init__.py
Expand Up @@ -34,7 +34,7 @@
good text editor, while still having very good IDE features for Python.
"""

__version__ = '0.8.0-alpha1'
__version__ = '0.8.0-final0'

from jedi.api import Script, Interpreter, NotFoundError, set_debug_function
from jedi.api import preload_module, defined_names
Expand Down

0 comments on commit 7b402d7

Please sign in to comment.