Skip to content

Commit 4363f4d

Browse files
authored
Merge pull request #16 from pdftables/release-1.1.0
Release 1.1.0
2 parents 4b35ef0 + 3240cd0 commit 4363f4d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ Locally:
2020

2121
python setup.py install
2222

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
2328

2429
## Usage
2530

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def read(fname):
2424

2525
setup(
2626
name = 'pdftables-api',
27-
version = '1.0.0',
27+
version = '1.1.0',
2828
author = 'The Sensible Code Company',
2929
author_email = '[email protected]',
3030
description = ('PDFTables.com Python API library.'),

0 commit comments

Comments
 (0)