Skip to content

Commit 791c3e7

Browse files
author
ODA Release Bot
committed
Bump version: 1.3.114-dev0 → 1.3.114
1 parent bd4d576 commit 791c3e7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.114-dev0
1+
1.3.114

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.3.114-dev0
2+
current_version = 1.3.114
33
commit = True
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
setup_requires.append('pytest-runner')
77

88
setup(name='nb2workflow',
9-
version = '1.3.114-dev0',
9+
version = '1.3.114',
1010
description='convert notebook to workflow',
1111
author='Volodymyr Savchenko',
1212
author_email='contact@volodymyrsavchenko.com',

0 commit comments

Comments
 (0)