diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-02 13:16:41 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-02 13:16:41 +0100 |
commit | 1f0e0a2304f83052e9c182e4f4f07b148044fcae (patch) | |
tree | 9c61450d3f6c48340fe310ea606d86995637909a | |
parent | remove systemd unit files (diff) | |
download | cgitize-1f0e0a2304f83052e9c182e4f4f07b148044fcae.tar.gz cgitize-1f0e0a2304f83052e9c182e4f4f07b148044fcae.zip |
v4.0.9v4.0.9
-rw-r--r-- | pyproject.toml | 2 |
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" |