Skip to content

Commit

Permalink
Bump version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mportesdev committed Apr 4, 2023
1 parent 213f96c commit ae38fd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pictureshow/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .core import PictureShow, pictures_to_pdf
from .exceptions import PageSizeError, MarginError, LayoutError

__version__ = '0.8.2'
__version__ = '0.9.0'

__all__ = ['__version__', 'PictureShow', 'pictures_to_pdf',
'PageSizeError', 'MarginError', 'LayoutError']
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='pictureshow',
version='0.8.2',
version='0.9.0',
author='Michal Porteš',
author_email='[email protected]',
description='Save pictures to PDF.',
Expand Down

0 comments on commit ae38fd0

Please sign in to comment.