From d0ade9b2e945c13edfe21237fb060cdb3c21c442 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Thu, 11 Dec 2014 00:42:34 +0100 Subject: [PATCH] Set a new version number: 0.9.0-alpha0. --- jedi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jedi/__init__.py b/jedi/__init__.py index 0bc8e302..79025fb1 100644 --- a/jedi/__init__.py +++ b/jedi/__init__.py @@ -34,7 +34,7 @@ As you see Jedi is pretty simple and allows you to concentrate on writing a good text editor, while still having very good IDE features for Python. """ -__version__ = '0.8.1-final0' +__version__ = '0.9.0-alpha0' from jedi.api import Script, Interpreter, NotFoundError, set_debug_function from jedi.api import preload_module, defined_names, names