Skip to content

Commit

Permalink
Bump version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mportesdev committed Oct 24, 2023
1 parent 9d1167a commit 22d9304
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "pictureshow"
version = "0.9.0"
version = "0.10.0"
description = "Save pictures to PDF."
authors = ["Michal Porteš <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/pictureshow/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .core import PictureShow, pictures_to_pdf

__version__ = '0.9.0'
__version__ = '0.10.0'

__all__ = ['__version__', 'PictureShow', 'pictures_to_pdf']

0 comments on commit 22d9304

Please sign in to comment.