We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19359ff commit d992a24Copy full SHA for d992a24
setup.py
@@ -25,7 +25,7 @@ def _get_file_contents(file_path: Path) -> str:
25
return file.read()
26
27
setup(
28
- version="1.0.17",
+ version="1.0.18",
29
name="standardebooks",
30
description="The toolset used to produce Standard Ebooks epub ebooks.",
31
long_description=_get_file_contents(Path(__file__).resolve().parent / "README.md"),
0 commit comments