Skip to content

Commit 7aa0192

Browse files
committed
release 0.5.0
1 parent 03f1da5 commit 7aa0192

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.0
2+
current_version = 0.5.0
33
commit = True
44
message = release {new_version}
55
tag = False

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
# built documents.
4242
#
4343
# The short X.Y version.
44-
version = '0.4.0'
44+
version = '0.5.0'
4545
# The full version, including alpha/beta/rc tags.
46-
release = '0.4.0'
46+
release = '0.5.0'
4747

4848
# The suffix(es) of source filenames.
4949
# You can specify multiple suffix as a list of strings

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ def main():
4242
`the repository issues page <https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues>`_
4343
if you encounter any problems, and create a new issue if needed!
4444
""", # noqa: E501
45-
version='0.4.0',
45+
version='0.5.0',
4646
author='ipython-contrib and jupyter-contrib developers',
4747
author_email='[email protected]',
4848
url=('https://github.com/'
4949
'ipython-contrib/jupyter_contrib_nbextensions.git'),
5050
download_url=('https://github.com/'
5151
'ipython-contrib/jupyter_contrib_nbextensions'
52-
'/tarball/0.4.0'),
52+
'/tarball/0.5.0'),
5353
keywords=['IPython', 'Jupyter', 'notebook'],
5454
license='BSD',
5555
platforms=['Any'],

src/jupyter_contrib_nbextensions/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import jupyter_nbextensions_configurator
66

7-
__version__ = '0.4.0'
7+
__version__ = '0.5.0'
88

99

1010
def _jupyter_server_extension_paths():

0 commit comments

Comments
 (0)