We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b35ef0 + 3240cd0 commit 4363f4dCopy full SHA for 4363f4d
README.md
@@ -20,6 +20,11 @@ Locally:
20
21
python setup.py install
22
23
+### Upgrading
24
+
25
+If using pip, then use pip with the `--upgrade` flag, e.g.
26
27
+ pip install --upgrade git+https://github.com/pdftables/python-pdftables-api.git
28
29
## Usage
30
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.'),
0 commit comments