aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-03-02 13:16:41 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-03-02 13:16:41 +0100
commit1f0e0a2304f83052e9c182e4f4f07b148044fcae (patch)
tree9c61450d3f6c48340fe310ea606d86995637909a
parentremove systemd unit files (diff)
downloadcgitize-4.0.9.tar.gz
cgitize-4.0.9.zip
v4.0.9v4.0.9
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 0c9f7dc..89da158 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "cgitize"
description = "Self-host your repositories using cgit"
license = {text = "MIT"}
-version = "4.0.8"
+version = "4.0.9"
authors = [{name = "Egor Tensin", email = "Egor.Tensin@gmail.com"}]
readme = "README.md"
requires-python = ">=3.6"