diff --git a/API_GEN/README-main.md b/API_GEN/README-main.md index 0fc10cf..5bf8594 100644 --- a/API_GEN/README-main.md +++ b/API_GEN/README-main.md @@ -1,6 +1,6 @@ # laserfiche_api -This Laserfiche API SDK if auto-generated by Swagger-Codegen v3. +This Laserfiche API SDK is auto-generated by Swagger-Codegen v3. You can find the PyPi page for this project [here](https://pypi.org/project/laserfiche-api/). diff --git a/API_GEN/api_gen.sh b/API_GEN/api_gen.sh index bc1f9ce..0cf48ba 100755 --- a/API_GEN/api_gen.sh +++ b/API_GEN/api_gen.sh @@ -7,7 +7,7 @@ SWGSPEC='https://api.laserfiche.com/repository/swagger/v1-alpha/swagger.json' USRAGT='Chrome/91.0.4472.106' LFAPI=${PWD}/laserfiche-api OPWD=${PWD} -TGTVER='1.0.2' +TGTVER='1.0.9' if [ -d "$LFAPI" ]; then echo "$LFAPI folder exists. Cleaning up before rebuilding..." @@ -51,4 +51,4 @@ python setup.py sdist #pip install twine #python setup.py sdist -#twine upload laserfiche-api.tar.gz \ No newline at end of file +#twine upload laserfiche-api.tar.gz diff --git a/API_GEN/setup.py b/API_GEN/setup.py index 9525263..41573dd 100644 --- a/API_GEN/setup.py +++ b/API_GEN/setup.py @@ -18,7 +18,7 @@ long_description = f.read() NAME = "laserfiche_api" -VERSION = "1.0.8" +VERSION = "1.0.9" # To install the library, run the following # # python setup.py install