release 0.3.1

This commit is contained in:
Josh Barnes
2017-09-03 21:45:05 +00:00
parent 74be466418
commit 773f00a3d1
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.3.1
commit = True
message = release {new_version}
tag = False
+2 -2
View File
@@ -41,9 +41,9 @@ author = 'Jupyter Contrib Team'
# built documents.
#
# The short X.Y version.
version = '0.3.0'
version = '0.3.1'
# The full version, including alpha/beta/rc tags.
release = '0.3.0'
release = '0.3.1'
# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of strings
+2 -2
View File
@@ -42,14 +42,14 @@ The maturity of the provided extensions varies, so please check
`the repository issues page <https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues>`_
if you encounter any problems, and create a new issue if needed!
""", # noqa: E501
version='0.3.0',
version='0.3.1',
author='ipython-contrib and jupyter-contrib developers',
author_email='jupytercontrib@gmail.com',
url=('https://github.com/'
'ipython-contrib/jupyter_contrib_nbextensions.git'),
download_url=('https://github.com/'
'ipython-contrib/jupyter_contrib_nbextensions'
'/tarball/0.3.0'),
'/tarball/0.3.1'),
keywords=['IPython', 'Jupyter', 'notebook'],
license='BSD',
platforms=['Any'],
+1 -1
View File
@@ -4,7 +4,7 @@ import os
import jupyter_nbextensions_configurator
__version__ = '0.3.0'
__version__ = '0.3.1'
def _jupyter_server_extension_paths():