Skip to content

Commit 1d1862e

Browse files
author
Travis CI
committed
Merge pull request #104 from kube-HPC/check_algorithm_is_populated
if init or start were not invoked before stop _algorithm may be None .... bump version [skip ci]
1 parent dad4ff9 commit 1d1862e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.6.0-dev1
2+
current_version = 2.6.0-dev2
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
here = os.path.abspath(os.path.dirname(__file__))
88

9-
VERSION = '2.6.0-dev1'
9+
VERSION = '2.6.0-dev2'
1010

1111

1212

0 commit comments

Comments
 (0)