Skip to content

Commit cc0d124

Browse files
committed
Bump version: 2.0.1 → 3.0.0
1 parent c8c9bf6 commit cc0d124

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.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.0.1
2+
current_version = 3.0.0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
setup(
4545
name='rlp',
4646
# *IMPORTANT*: Don't manually change the version here. See README for more.
47-
version='2.0.1',
47+
version='3.0.0',
4848
description="A package for Recursive Length Prefix encoding and decoding",
4949
long_description_markdown_filename='README.md',
5050
author="jnnk",

0 commit comments

Comments
 (0)