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-11 22:25:23 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2022-01-11 22:25:23 +0700
commit48dfd66cae2811933b195b42d787e36b9e5d9298 (patch)
tree66f1e649d6894d5b37585888f230c6f16f1c8b31 /pyproject.toml
parent76f60ec2bda8670435a00cb2eb857f2f1018177d (diff)
downloadformbox-48dfd66cae2811933b195b42d787e36b9e5d9298.tar.gz
Expose in_reply_to substitution 0.3.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 b3a8166..5a90ab5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
 
 [project]
 name = "formbox"
-version = "0.2.0"
+version = "0.3.0"
 description = "Format mbox as HTML/XML"
 readme = "README.md"
 requires-python = ">=3.6"