File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/jupyter_nbextensions_configurator Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ def main():
2424file, the interface also provides controls to configure the nbextensions'
2525options.
2626""" ,
27- version = '0.4.0 ' ,
27+ version = '0.4.1 ' ,
2828 author = 'jcb91, jupyter-contrib developers' ,
29293030 url = ('https://github.com/'
3131 'jupyter-contrib/jupyter_nbextensions_configurator' ),
3232 download_url = ('https://github.com/'
3333 'jupyter-contrib/jupyter_nbextensions_configurator/'
34- 'tarball/0.4.0 ' ),
34+ 'tarball/0.4.1 ' ),
3535 keywords = ['Jupyter' , 'notebook' ],
3636 license = 'BSD 3-clause' ,
3737 platforms = ['any' ],
Original file line number Diff line number Diff line change 3434 def json_errors (method ):
3535 return method
3636
37- __version__ = '0.4.0 '
37+ __version__ = '0.4.1 '
3838
3939absolute_url_re = re .compile (r'^(f|ht)tps?://' )
4040
You can’t perform that action at this time.
0 commit comments