From 4368a012c958102ad2ff509758ee7ece14d751f3 Mon Sep 17 00:00:00 2001 From: Florian Rathgeber Date: Sat, 3 Feb 2024 10:39:49 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.1=20=E2=86=92=200.6.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.rst | 2 +- nbstripout/_nbstripout.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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',