bump version to 0.6

This commit is contained in:
David Halter
2013-05-07 21:03:04 +04:30
parent ae0dd1d72c
commit 6cb0b1ed16
2 changed files with 3 additions and 1 deletions

View File

@@ -1 +1 @@
0.5.5
0.6.0

View File

@@ -34,6 +34,8 @@ 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, 6, 0
import sys
# python imports are hell sometimes. Especially the combination of relative