Skip to content

Commit

Permalink
release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcb91 committed Jul 13, 2016
1 parent bf3d8fe commit 5d103e8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.2.1
commit = True
message = release {new_version}
tag = False
Expand Down
2 changes: 1 addition & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# For a simple conda install (non bleeding-edge), see the conda-forge recipe at
# https://github.com/conda-forge/jupyter_nbextensions_configurator-feedstock

{% set version = '0.2.0' %}
{% set version = '0.2.1' %}

package:
name: jupyter_nbextensions_configurator
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ def main():
In addition, for extensions which include an appropriate yaml descriptor file,
the interface also provides controls to configure the extensions' options.
""",
version='0.2.0',
version='0.2.1',
author='jcb91, jupyter-contrib developers',
author_email='joshuacookebarnes@gmail.com',
url=('https://github.com/'
'jupyter-contrib/jupyter_nbextensions_configurator'),
download_url=('https://github.com/'
'jupyter-contrib/jupyter_nbextensions_configurator/'
'tarball/0.2.0'),
'tarball/0.2.1'),
keywords=['Jupyter', 'notebook'],
license='BSD 3-clause',
platforms=['any'],
Expand Down
2 changes: 1 addition & 1 deletion src/jupyter_nbextensions_configurator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
except ImportError:
from yaml import SafeLoader

__version__ = '0.2.0'
__version__ = '0.2.1'

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

Expand Down

0 comments on commit 5d103e8

Please sign in to comment.