aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2024-05-16 19:41:48 +0200
committerMatěj Cepl <mcepl@cepl.eu>2024-05-16 19:41:48 +0200
commitcfa16a6753de5c39f1827b6a26aba0458a7245bf (patch)
tree3f0dca85e1b70def7c5e47cc47c519b0906c992c
parentadf20e4386254b47b34888cc415c57e96d17ba22 (diff)
downloadepubgrep-cfa16a6753de5c39f1827b6a26aba0458a7245bf.tar.gz
chore: release new version to acommodate the rebase mess.HEAD0.10.1master
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 88a9480..0870416 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
[project]
name = "epubgrep"
description = "Grep through EPub files"
-version = "0.10.0"
+version = "0.10.1"
authors = [
{ name = "Matěj Cepl", email = "mcepl@cepl.eu" }
]