Skip to content

Commit

Permalink
modify the version (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
laura-ding committed Mar 23, 2021
1 parent db5e244 commit cb48e8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -142,5 +142,5 @@ while resp.has_next():
|---|---|
| 2.0.0.post1 | 2.0.0beta |
| 2.0.0rc1 | 2.0.0-rc1 |
| 2.0.0ga | 2.0.0-ga |
| 2.0.0 | 2.0.0 |

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@

setup(
name='nebula2-python',
version='2.0.0ga',
version='2.0.0',
license="Apache 2.0 + Common Clause 1.0",
author='vesoft-inc',
author_email='info@vesoft.com',
Expand Down

0 comments on commit cb48e8a

Please sign in to comment.