We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c9bf6 commit cc0d124Copy full SHA for cc0d124
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.0.1
+current_version = 3.0.0
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
setup.py
@@ -44,7 +44,7 @@
44
setup(
45
name='rlp',
46
# *IMPORTANT*: Don't manually change the version here. See README for more.
47
- version='2.0.1',
+ version='3.0.0',
48
description="A package for Recursive Length Prefix encoding and decoding",
49
long_description_markdown_filename='README.md',
50
author="jnnk",
0 commit comments