mirror of
https://github.com/jsvine/pdfplumber.git
synced 2026-08-29 08:34:23 +08:00
Bump to 0.2.0
This commit is contained in:
@@ -5,7 +5,7 @@ import pdfminer.pdftypes
|
||||
pdfminer.pdftypes.STRICT = False
|
||||
pdfminer.pdfinterp.STRICT = False
|
||||
|
||||
VERSION_TUPLE = (0, 1, 2)
|
||||
VERSION_TUPLE = (0, 2, 0)
|
||||
VERSION = ".".join(map(str, VERSION_TUPLE))
|
||||
|
||||
def load(file_or_buffer, **kwargs):
|
||||
|
||||
@@ -12,7 +12,7 @@ base_reqs = [
|
||||
setup(
|
||||
name="pdfplumber",
|
||||
description="Plumb a PDF for detailed information about each char, rectangle, line, etc.",
|
||||
version="0.1.2",
|
||||
version="0.2.0",
|
||||
packages=find_packages(exclude=["test",]),
|
||||
tests_require=[ "nose" ] + base_reqs,
|
||||
install_requires=base_reqs,
|
||||
|
||||
Reference in New Issue
Block a user