Skip to content

Commit 60ef7b9

Browse files
committed
20221225 update: fix version 23.5.1.
1 parent 128d811 commit 60ef7b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

asposecellscloud/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def __init__(self, host=None, header_name=None, header_value=None, cookie=None):
8383
self.host = host
8484
self.cookie = cookie
8585
# Set default User-Agent.
86-
self.user_agent = 'Swagger-Codegen/22.12/python'
86+
self.user_agent = 'Aspose.Cells.Cloud/23.5.1/python'
8787

8888
@property
8989
def user_agent(self):

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup, find_packages
55

66
NAME = "asposecellscloud"
7-
VERSION = "23.5"
7+
VERSION = "23.5.1"
88
# To install the library, run the following
99
#
1010
# python setup.py install
@@ -23,7 +23,7 @@
2323
url="https://github.com/aspose-cells-cloud/aspose-cells-cloud-python",
2424
keywords=["aspose", "cells", "cloud"],
2525
install_requires=REQUIRES,
26-
packages=['asposecellscloud', 'asposecellscloud.apis', 'asposecellscloud.models'],
26+
packages=['asposecellscloud', 'asposecellscloud.apis', 'asposecellscloud.models', 'asposecellscloud.requests'],
2727
include_package_data=True,
2828
long_description="Python Cloud SDK wraps Aspose.Cells REST API so you could seamlessly integrate Microsoft Excel® spreadsheet generation, manipulation, conversion & inspection features into your own Python applications.",
2929
classifiers=[

0 commit comments

Comments
 (0)