Skip to content

Commit 3240cd0

Browse files
committed
Increase version to 1.1.0 in setup.py
It's been sat on 1.0.0 for a while; conversion from HTML is a new feature and therefore a new minor version.
1 parent 1e3f3b0 commit 3240cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 = 'support@sensiblecode.io',
3030
description = ('PDFTables.com Python API library.'),

0 commit comments

Comments
 (0)