From 11fb4a677a3a64ec491010104a1d41cfa0ebe666 Mon Sep 17 00:00:00 2001 From: Florian Rathgeber Date: Sun, 28 Jun 2020 23:58:39 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.8=20=E2=86=92=200.3.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nbstripout/_nbstripout.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nbstripout/_nbstripout.py b/nbstripout/_nbstripout.py index 0c97e48..b8c7176 100644 --- a/nbstripout/_nbstripout.py +++ b/nbstripout/_nbstripout.py @@ -130,7 +130,7 @@ def write(nb, f): return current.write(nb, f, 'json') __all__ = ["install", "uninstall", "status", "main"] -__version__ = '0.3.8' +__version__ = '0.3.9' def _get_attrfile(git_config, user=False, attrfile=None): diff --git a/setup.cfg b/setup.cfg index 1d269c1..bcbeb83 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.8 +current_version = 0.3.9 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index d06ffe0..43c2576 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ ] setup(name='nbstripout', - version='0.3.8', + version='0.3.9', author='Florian Rathgeber', author_email='florian.rathgeber@gmail.com',