Skip to content

Commit 8e14f4a

Browse files
committed
version 0.5.2
1 parent 23b7922 commit 8e14f4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def main():
4040
`the repository issues page <https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues>`_
4141
if you encounter any problems, and create a new issue if needed!
4242
""", # noqa: E501
43-
version='0.5.1',
43+
version='0.5.2',
4444
author='ipython-contrib and jupyter-contrib developers',
4545
author_email='[email protected]',
4646
url=('https://github.com/'
@@ -79,7 +79,7 @@ def main():
7979
'pip',
8080
'requests',
8181
],
82-
'test:python_version == "3.8"': [
82+
'test:python_version == "3.6"': [
8383
'mock',
8484
],
8585
},

0 commit comments

Comments
 (0)