diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2023-10-21 15:39:16 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2023-10-21 15:41:09 +0900 |
commit | ecfcc0a5b362bfeecd120ce389e751d7d5acc7c6 (patch) | |
tree | aa1f944da91a8b7f8fe5a53555f4619cf09b2d70 /pyproject.toml | |
parent | 9392391dd580be60cb6e2efc2293db82b9e4badf (diff) | |
download | formbox-ecfcc0a5b362bfeecd120ce389e751d7d5acc7c6.tar.gz |
Make library source file unexecutable 0.4.3
References: https://github.com/NixOS/nixpkgs/pull/262409#pullrequestreview-1691017090
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
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" |