diff --git a/nbstripout/_nbstripout.py b/nbstripout/_nbstripout.py index ff1ae28..117b222 100644 --- a/nbstripout/_nbstripout.py +++ b/nbstripout/_nbstripout.py @@ -121,7 +121,7 @@ def write(nb, f): return current.write(nb, f, 'json') __all__ = ["install", "uninstall", "status", "main"] -__version__ = '0.3.5' +__version__ = '0.3.6' def install(git_config, attrfile=None): diff --git a/setup.cfg b/setup.cfg index 235190b..6fdca25 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.5 +current_version = 0.3.6 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index cacc468..2459edc 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ ] setup(name='nbstripout', - version='0.3.5', + version='0.3.6', author='Min RK', author_email='benjaminrk@gmail.com',