File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 6.0.0
2
+ current_version = 6.0.1rc
3
3
commit = True
4
4
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>.*))?
5
5
serialize =
Original file line number Diff line number Diff line change 1
1
from setuptools import setup
2
2
3
3
# Do not update the version manually - it is managed by `bumpversion`.
4
- version = '6.0.0 '
4
+ version = '6.0.1rc '
5
5
6
6
7
7
requirements = [
Original file line number Diff line number Diff line change 6
6
from typing import Any , Iterable , Tuple
7
7
8
8
# Do not update the version manually - it is managed by `bumpversion`.
9
- __version__ = '6.0.0 '
9
+ __version__ = '6.0.1rc '
10
10
log = logging .getLogger (__name__ )
11
11
12
12
#: Regular expression for stripping non-alphanumeric characters
You can’t perform that action at this time.
0 commit comments