Skip to content

Commit 62f9048

Browse files
committed
feat(version): update version to 2.0.0 to release
1 parent 2eb90cf commit 62f9048

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
@@ -18,5 +18,5 @@
1818
files = setup.py
1919
commit = True
2020
tag = True
21-
current_version = 0.5.0-rc3
21+
current_version = 2.0.0
2222

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def finalize_options(self):
6464

6565
setup(
6666
name='rocketmq-client-python',
67-
version='0.5.0-rc3',
67+
version='2.0.0',
6868
author='apache.rocketmq',
6969
author_email='[email protected]',
7070
packages=find_packages(exclude=('tests', 'tests.*')),

0 commit comments

Comments
 (0)