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