Skip to content

Commit 7ae296d

Browse files
author
Travis CI
committed
add debug threads .... bump version [skip ci]
1 parent 026dee8 commit 7ae296d

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-dev19
2+
current_version = 2.6.0-dev20
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-dev19'
10+
VERSION = '2.6.0-dev20'
1111

1212

1313

0 commit comments

Comments
 (0)