diff --git a/README.rst b/README.rst index a161c65..c65b153 100644 --- a/README.rst +++ b/README.rst @@ -435,7 +435,7 @@ Once you have `pre-commit`_ installed, add the following to the repos: - repo: https://github.com/kynan/nbstripout - rev: 0.6.1 + rev: 0.6.2 hooks: - id: nbstripout diff --git a/nbstripout/_nbstripout.py b/nbstripout/_nbstripout.py index 3957395..6422263 100644 --- a/nbstripout/_nbstripout.py +++ b/nbstripout/_nbstripout.py @@ -145,7 +145,7 @@ def write(nb, f): return current.write(nb, f, 'json') __all__ = ["install", "uninstall", "status", "main"] -__version__ = '0.6.1' +__version__ = '0.6.2' INSTALL_LOCATION_LOCAL = 'local' diff --git a/setup.cfg b/setup.cfg index c2c3407..7b083ff 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.1 +current_version = 0.6.2 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index dede8c5..a5edc0a 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ ] setup(name='nbstripout', - version='0.6.1', + version='0.6.2', author='Florian Rathgeber', author_email='florian.rathgeber@gmail.com',