Skip to content

Commit

Permalink
Bump version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mportesdev committed May 5, 2022
1 parent 5356a9d commit 9782e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pictureshow/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .exceptions import PageSizeError, MarginError, LayoutError
from .core import PictureShow, pictures_to_pdf

__version__ = '0.7.1'
__version__ = '0.8.1'

__all__ = ['__version__', 'PictureShow', 'pictures_to_pdf',
'PageSizeError', 'MarginError', 'LayoutError']

0 comments on commit 9782e30

Please sign in to comment.