From 9565aa14310138f73c554655f70732fda4722dd4 Mon Sep 17 00:00:00 2001 From: David Halter Date: Mon, 2 Sep 2013 21:23:40 +0430 Subject: [PATCH] version should be the next one (with alpha) and not a past one, thx @ramiro --- jedi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jedi/__init__.py b/jedi/__init__.py index 925adbeb..73516c6f 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, 7, 0, 'alpha1' +__version__ = 0, 7, 1, 'alpha1' import sys