Skip to content

Commit

Permalink
Version bump (#1)
Browse files Browse the repository at this point in the history
* Update README-main.md

Spelling fix

* Update setup.py

set version to 1.0.9

* Update api_gen.sh

set version to 1.0.9
  • Loading branch information
Layer8Err authored Oct 8, 2021
1 parent a0ffc6e commit 4895b81
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion API_GEN/README-main.md
Original file line number Diff line number Diff line change
@@ -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/).

Expand Down
4 changes: 2 additions & 2 deletions API_GEN/api_gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down Expand Up @@ -51,4 +51,4 @@ python setup.py sdist

#pip install twine
#python setup.py sdist
#twine upload laserfiche-api.tar.gz
#twine upload laserfiche-api.tar.gz
2 changes: 1 addition & 1 deletion API_GEN/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4895b81

Please sign in to comment.