Skip to content

Commit c62470e

Browse files
authored
Merge pull request #91 from juhasch/master
Bump to 0.4.1
2 parents 670637e + 90f5f48 commit c62470e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ def main():
2424
file, the interface also provides controls to configure the nbextensions'
2525
options.
2626
""",
27-
version='0.4.0',
27+
version='0.4.1',
2828
author='jcb91, jupyter-contrib developers',
2929
author_email='[email protected]',
3030
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'],

src/jupyter_nbextensions_configurator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
def json_errors(method):
3535
return method
3636

37-
__version__ = '0.4.0'
37+
__version__ = '0.4.1'
3838

3939
absolute_url_re = re.compile(r'^(f|ht)tps?://')
4040

0 commit comments

Comments
 (0)