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 11[bumpversion]
2- current_version = 5.1.2rc
2+ current_version = 6.0.0rc
33commit = True
44parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>.*))?
55serialize =
Original file line number Diff line number Diff line change 11from setuptools import setup
22
33# Do not update the version manually - it is managed by `bumpversion`.
4- version = '5.1.2rc '
4+ version = '6.0.0rc '
55
66
77requirements = [
Original file line number Diff line number Diff line change 66from typing import Any , Iterable , Tuple
77
88# Do not update the version manually - it is managed by `bumpversion`.
9- __version__ = '5.1.2rc '
9+ __version__ = '6.0.0rc '
1010log = logging .getLogger (__name__ )
1111
1212#: Regular expression for stripping non-alphanumeric characters
You can’t perform that action at this time.
0 commit comments