We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1611452 commit 4152311Copy full SHA for 4152311
README.md
@@ -2,7 +2,7 @@
2
3
Aspose.Cells Cloud SDK for Python allows you to use Aspose.Cells APIs in your Python applications
4
5
-- Package version: 18.2
+- Package version: 18.4
6
- Build package: io.swagger.codegen.languages.PythonClientCodegen
7
8
## Requirements.
setup.py
@@ -15,7 +15,7 @@
15
from setuptools import setup, find_packages
16
17
NAME = "asposecellscloud"
18
-VERSION = "18.2"
+VERSION = "18.4"
19
# To install the library, run the following
20
#
21
# python setup.py install
0 commit comments