about summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2023-10-21 15:39:16 +0900
committerNguyễn Gia Phong <cnx@loang.net>2023-10-21 15:41:09 +0900
commitecfcc0a5b362bfeecd120ce389e751d7d5acc7c6 (patch)
treeaa1f944da91a8b7f8fe5a53555f4619cf09b2d70 /pyproject.toml
parent9392391dd580be60cb6e2efc2293db82b9e4badf (diff)
downloadformbox-ecfcc0a5b362bfeecd120ce389e751d7d5acc7c6.tar.gz
Make library source file unexecutable HEAD 0.4.3 main
References: https://github.com/NixOS/nixpkgs/pull/262409#pullrequestreview-1691017090
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 3786313..eb08fab 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
 
 [project]
 name = "formbox"
-version = "0.4.2"
+version = "0.4.3"
 description = "Format mbox as HTML/XML"
 readme = "README.md"
 requires-python = ">=3.6"