Skip to content

Commit 1c95064

Browse files
author
Travis CI
committed
Merge pull request #108 from kube-HPC/make_delay_configurable
change configuration name .... bump version [skip ci]
1 parent 2c32c67 commit 1c95064

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-dev4
2+
current_version = 2.6.0-dev5
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
@@ -6,7 +6,7 @@
66

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

9-
VERSION = '2.6.0-dev4'
9+
VERSION = '2.6.0-dev5'
1010

1111

1212

0 commit comments

Comments
 (0)