Skip to content

Commit

Permalink
feat(version): update version to 2.0.0 to release
Browse files Browse the repository at this point in the history
  • Loading branch information
ShannonDing committed Dec 17, 2019
1 parent 2eb90cf commit 62f9048
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
files = setup.py
commit = True
tag = True
current_version = 0.5.0-rc3
current_version = 2.0.0

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def finalize_options(self):

setup(
name='rocketmq-client-python',
version='0.5.0-rc3',
version='2.0.0',
author='apache.rocketmq',
author_email='dev@rocketmq.apache.org',
packages=find_packages(exclude=('tests', 'tests.*')),
Expand Down

0 comments on commit 62f9048

Please sign in to comment.