Skip to content

Commit f84bfc0

Browse files
committed
Updated setup.py to 18.5
1 parent 3e281eb commit f84bfc0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.swagger-codegen-ignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ test/**
3232
# Ignore other files and folders
3333
*requirements.txt
3434
tox.ini
35-
setup.py
35+
#setup.py

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22

33
"""
4-
Aspose.Pdf for Cloud API Reference
4+
Aspose.PDF for Cloud API Reference
55
66
77
Copyright (c) 2018 Aspose.Pdf for Cloud
@@ -33,7 +33,7 @@
3333
from setuptools import setup, find_packages
3434

3535
NAME = "asposepdfcloud"
36-
VERSION = "18.4.0"
36+
VERSION = "18.5.0"
3737
# To install the library, run the following
3838
#
3939
# python setup.py install
@@ -62,7 +62,7 @@
6262
],
6363
keywords=["swagger", "aspose", "aspose cloud", "pdf", "sdk", "xls", "pdf/a", "xps", "tiff", "svg", "html", "doc"],
6464
install_requires=REQUIRES,
65-
extras_require={
65+
extras_require={
6666
'test': ["requests >= 2.18.4",
6767
"coverage >= 4.0.3",
6868
"nose >= 1.3.7",
@@ -71,7 +71,7 @@
7171
"randomize >= 0.13"],
7272
},
7373
packages=find_packages(exclude=['test']),
74-
project_urls={
74+
project_urls={
7575
'Source With Tests': 'https://github.com/aspose-pdf-cloud/aspose-pdf-cloud-python',
7676
'Website': 'https://www.aspose.cloud',
7777
'Product Home': 'https://products.aspose.cloud/pdf/cloud',

test/setup.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"app_key" : "",
33
"app_sid" : "",
44
"output_location" : "./output/",
5-
"product_uri" : "http://api-dev.aspose.cloud/v1.1"
5+
"product_uri" : "https://api-dev.aspose.cloud/v1.1"
66
}

0 commit comments

Comments
 (0)