Skip to content

Commit e16ed73

Browse files
author
Travis CI
committed
Merge pull request #128 from kube-HPC/bug_wrapper_algorunner_out_of_memory
Bug wrapper algorunner out of memory .... bump version [skip ci]
1 parent bbf7243 commit e16ed73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = 2.6.0-dev22
2+
current_version = 2.6.0-dev23
33
commit = False
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
@@ -7,7 +7,7 @@
77
here = os.path.abspath(os.path.dirname(__file__))
88

99

10-
VERSION = '2.6.0-dev22'
10+
VERSION = '2.6.0-dev23'
1111

1212

1313

0 commit comments

Comments
 (0)