Skip to content

Commit c66362b

Browse files
author
Travis CI
committed
Merge pull request #103 from kube-HPC/move_stop_to_end
Move stop to end .... bump version [skip ci]
1 parent 018df18 commit c66362b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.5.0-dev9
2+
current_version = 2.5.0-dev10
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?

Diff for: 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.5.0-dev9'
9+
VERSION = '2.5.0-dev10'
1010

1111

1212

0 commit comments

Comments
 (0)