diff --git a/VERSION b/VERSION index 50fff3f8..b576a43a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.54-dev0 +1.3.54 diff --git a/setup.cfg b/setup.cfg index af673416..4d05c40b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.54-dev0 +current_version = 1.3.54 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 82f892c5..17c60e2b 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup_requires.append('pytest-runner') setup(name='nb2workflow', - version = '1.3.54-dev0', + version = '1.3.54', description='convert notebook to workflow', author='Volodymyr Savchenko', author_email='contact@volodymyrsavchenko.com',