forked from josch/img2pdf
update version according to release
This commit is contained in:
parent
c3e1662649
commit
c704e657cc
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ from enum import Enum
|
|||
from io import BytesIO
|
||||
import logging
|
||||
|
||||
__version__ = "0.2"
|
||||
__version__ = "0.2.1"
|
||||
default_dpi = 96.0
|
||||
papersizes = {
|
||||
"letter": "8.5inx11in",
|
||||
|
|
Loading…
Reference in a new issue