From 164fa5ba2230d92b10796dbdcbde1e87af8dc959 Mon Sep 17 00:00:00 2001 From: Florian Rathgeber Date: Sat, 30 Jul 2016 00:41:55 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.6=20=E2=86=92=200.2.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nbstripout.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nbstripout.py b/nbstripout.py index 1619c15..aa5b244 100755 --- a/nbstripout.py +++ b/nbstripout.py @@ -95,7 +95,7 @@ input_stream = io.TextIOWrapper(sys.stdin.buffer, encoding='utf-8') output_stream = io.TextIOWrapper(sys.stdout.buffer, encoding='utf-8') -__version__ = '0.2.6' +__version__ = '0.2.7' try: # Jupyter >= 4 diff --git a/setup.cfg b/setup.cfg index 9e41d4a..9e1f720 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.6 +current_version = 0.2.7 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index 0ec8ebb..261c0c3 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ ] setup(name='nbstripout', - version='0.2.6', + version='0.2.7', author='Min RK', author_email='benjaminrk@gmail.com',