about summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2022-01-21 17:32:43 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2022-01-21 17:32:43 +0700
commit31dcce4812a6aac8dc4980c1c4e392477748a70f (patch)
treeaf81ff9bd1460cbbff5fe34efc59fa2e8f1a9a19 /pyproject.toml
parent252a1b9488d7cd22a4b965d47f9e332607ec5b55 (diff)
downloadformbox-31dcce4812a6aac8dc4980c1c4e392477748a70f.tar.gz
Expose the original RFC 822 date 0.4.0
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 5a90ab5..46f20c3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
 
 [project]
 name = "formbox"
-version = "0.3.0"
+version = "0.4.0"
 description = "Format mbox as HTML/XML"
 readme = "README.md"
 requires-python = ">=3.6"