We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b7922 commit 8e14f4aCopy full SHA for 8e14f4a
setup.py
@@ -40,7 +40,7 @@ def main():
40
`the repository issues page <https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues>`_
41
if you encounter any problems, and create a new issue if needed!
42
""", # noqa: E501
43
- version='0.5.1',
+ version='0.5.2',
44
author='ipython-contrib and jupyter-contrib developers',
45
author_email='[email protected]',
46
url=('https://github.com/'
@@ -79,7 +79,7 @@ def main():
79
'pip',
80
'requests',
81
],
82
- 'test:python_version == "3.8"': [
+ 'test:python_version == "3.6"': [
83
'mock',
84
85
},
0 commit comments