Skip to content

Commit f4fe7d3

Browse files
author
Travis CI
committed
Merge pull request #100 from kube-HPC/move_stop_to_end
move stop algorithm method invocation to the end of stop streaming .... bump version [skip ci]
1 parent 12ed80c commit f4fe7d3

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.5.0-dev8
2+
current_version = 2.5.0-dev9
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.5.0-dev8'
9+
VERSION = '2.5.0-dev9'
1010

1111

1212

0 commit comments

Comments
 (0)