chore: version bump

This commit is contained in:
eneller
2025-02-25 23:07:55 +01:00
parent f9942a75d3
commit bde605cc90
2 changed files with 2 additions and 2 deletions

View File

@@ -13,6 +13,6 @@ epub2go https://www.projekt-gutenberg.org/ibsen/solness/
## Installation
Assuming you have a recent version of python installed, run
```
pip install git+https://github.com/eneller/epub2go.py@latest
pip install git+https://github.com/eneller/epub2go.py
```
This will provide the 'epub2go' command.

View File

@@ -1,6 +1,6 @@
[project]
name = "epub2go"
version = "1.0"
version = "1.2"
description = "EPUB converter using wget, pandoc and python glue"
readme = "README.md"
requires-python = ">=3.12"