Skip to content

Commit

Permalink
Bump version to v2022.12.11
Browse files Browse the repository at this point in the history
  • Loading branch information
wustho committed Dec 10, 2022
1 parent fed6dc9 commit b022992
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "epy-reader"
version = "2022.10.2"
version = "2022.12.11"
description = "TUI Ebook Reader"
authors = ["Benawi Adha <[email protected]>"]
license = "GPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="epy-reader",
version="2022.10.2",
version="2022.12.11",
description="Terminal/CLI Ebook (epub, fb2, mobi, azw3) Reader",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion src/epy_reader/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2022.10.2"
__version__ = "2022.12.11"
__license__ = "GPL-3.0"
__author__ = "Benawi Adha"
__email__ = "[email protected]"
Expand Down

0 comments on commit b022992

Please sign in to comment.