diff --git a/README.md b/README.md index 369c68e..7b05b51 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,11 @@ Locally: python setup.py install +### Upgrading + +If using pip, then use pip with the `--upgrade` flag, e.g. + + pip install --upgrade git+https://github.com/pdftables/python-pdftables-api.git ## Usage diff --git a/setup.py b/setup.py index 3f24cdc..2ac3094 100755 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def read(fname): setup( name = 'pdftables-api', - version = '1.0.0', + version = '1.1.0', author = 'The Sensible Code Company', author_email = 'support@sensiblecode.io', description = ('PDFTables.com Python API library.'),