Skip to content

Commit eedcb4a

Browse files
committed
update name
1 parent ad09b72 commit eedcb4a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# aspose-digaram-cloud-python
1+
# aspose-Diagram-cloud-python
22

3-
Aspose.Digaram Cloud SDK for Python allows you to use Aspose.Digaram APIs in your Python applications
3+
Aspose.Diagram Cloud SDK for Python allows you to use Aspose.Diagram APIs in your Python applications
44

55
- Package version: 18.10
66
- Build package: io.swagger.codegen.languages.PythonClientCodegen

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from setuptools import setup, find_packages
1616

1717
NAME = "asposediagramcloud"
18-
VERSION = "18.10"
18+
VERSION = "18.10.1"
1919
# To install the library, run the following
2020
#
2121
# python setup.py install
@@ -32,11 +32,11 @@
3232
author="asposecloud",
3333
author_email="aspose.cloud@aspose.com",
3434
url="https://github.com/aspose-Diagram-cloud/aspose-Diagram-cloud-python",
35-
keywords=["aspose", "digaram", "cloud"],
35+
keywords=["aspose", "Diagram", "cloud"],
3636
install_requires=REQUIRES,
3737
packages=['asposediagramcloud', 'asposediagramcloud.apis', 'asposediagramcloud.models'],
3838
include_package_data=True,
39-
long_description="Aspose.Digaram Cloud SDK for Python allows you to use Aspose.Digaram APIs in your Python applications",
39+
long_description="Aspose.Diagram Cloud SDK for Python allows you to use Aspose.Diagram APIs in your Python applications",
4040
classifiers=[
4141
'Programming Language :: Python :: 2.7',
4242
'Programming Language :: Python :: 3.6',

0 commit comments

Comments
 (0)