Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8534c44 commit 44bbe4bCopy full SHA for 44bbe4b
1 file changed
setup.py
@@ -12,7 +12,7 @@
12
import warnings
13
warnings.warn("bipython might not work in Python 3, I'll get to it soon")
14
15
-VERSION = "0.1"
+VERSION = "0.1.1"
16
17
setup_kwargs = {
18
"version": VERSION + '.0',
@@ -40,7 +40,7 @@
40
'Pygments >= 1.6',
41
'urwid >= 1.1.1',
42
'bpython >= 0.12',
43
- 'ipython >= 0.12',
+ 'ipython >= 1.0',
44
]
45
46
if __name__ == '__main__':
0 commit comments