From f0d7e78b94a91a51c6e19761a961fc956ce9635d Mon Sep 17 00:00:00 2001 From: Volodymyr Savchenko Date: Mon, 29 Nov 2021 15:42:50 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.3.8-dev0=20=E2=86=92=201.3.?= =?UTF-8?q?8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 4f100a8f..e05cb332 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.8-dev0 +1.3.8 diff --git a/setup.cfg b/setup.cfg index 1a92745e..79b986d6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.8-dev0 +current_version = 1.3.8 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+)(?P\d+))? diff --git a/setup.py b/setup.py index e64871da..76dac792 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup_requires.append('pytest-runner') setup(name='nb2workflow', - version = '1.3.8-dev0', + version = '1.3.8', description='convert notebook to workflow', author='Volodymyr Savchenko', author_email='contact@volodymyrsavchenko.com',