We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 880e5cd commit 0b2271aCopy full SHA for 0b2271a
2 files changed
leancloud/__init__.py
@@ -47,7 +47,7 @@
47
48
49
__author__ = 'asaka <lan@leancloud.rocks>'
50
-__version__ = '2.0.0'
+__version__ = '2.1.0'
51
52
53
__all__ = [
setup.py
@@ -22,7 +22,7 @@
22
23
setup(
24
name='leancloud',
25
- version='2.0.0',
+ version='2.1.0',
26
description='LeanCloud Python SDK',
27
url='https://leancloud.cn/',
28
author='asaka',
0 commit comments