Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 44bbe4b

Browse files
committed
is this how I do it?
1 parent 8534c44 commit 44bbe4b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import warnings
1313
warnings.warn("bipython might not work in Python 3, I'll get to it soon")
1414

15-
VERSION = "0.1"
15+
VERSION = "0.1.1"
1616

1717
setup_kwargs = {
1818
"version": VERSION + '.0',
@@ -40,7 +40,7 @@
4040
'Pygments >= 1.6',
4141
'urwid >= 1.1.1',
4242
'bpython >= 0.12',
43-
'ipython >= 0.12',
43+
'ipython >= 1.0',
4444
]
4545

4646
if __name__ == '__main__':

0 commit comments

Comments
 (0)