Skip to content

Commit

Permalink
Bump version to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mportesdev committed Nov 18, 2023
1 parent 7ad7709 commit 5c710c1
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.10.0"
version = "0.10.1"
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.10.0'
__version__ = '0.10.1'

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

0 comments on commit 5c710c1

Please sign in to comment.