Skip to content

Commit 58ce28c

Browse files
Release 0.38 - block warnings
1 parent 26af552 commit 58ce28c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@
66
NEWS = open(os.path.join(here, 'NEWS.txt')).read()
77

88

9-
version = '0.3.7.1'
9+
version = '0.3.8'
1010

1111
install_requires = [
1212
'prettytable',
1313
'ipython>=1.0',
1414
'sqlalchemy>=0.6.7',
1515
'sqlparse',
1616
'six',
17+
'ipython-genutils>=0.1.0',
1718
]
1819

1920

@@ -33,7 +34,7 @@
3334
keywords='database ipython postgresql mysql',
3435
author='Catherine Devlin',
3536
author_email='catherine.devlin@gmail.com',
36-
url='pypi.python.org/pypi/ipython-sql',
37+
url='https://pypi.python.org/pypi/ipython-sql',
3738
license='MIT',
3839
packages=find_packages('src'),
3940
package_dir = {'': 'src'},

0 commit comments

Comments
 (0)