Skip to content

Commit

Permalink
v0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpmaxp committed Apr 29, 2024
1 parent a74d20d commit 391a1fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pdfreader 0.1.13dev
pdfreader 0.1.13
---------------------------
- issue #109 - work around unexpected predictors and corrupted images
- Bump pycryptodome from 3.9.9 to 3.19.1
Expand Down
2 changes: 1 addition & 1 deletion pdfreader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
register_pdf_encodings()

#: package version
__version__ = version = '0.1.13dev'
__version__ = version = '0.1.13'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
if sys.version_info[:2] < (3, 6):
warnings.warn("Python version >= 3.6 required.")

version = '0.1.13dev'
version = '0.1.13'


import os.path
Expand Down

0 comments on commit 391a1fd

Please sign in to comment.