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 20:43:16 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2022-01-21 20:43:16 +0700
commita632a4ccc505876144ae6ca8b3fd68cdf4bdb64a (patch)
tree329eba51d2763df5fcb050b5e07104a67221b595 /pyproject.toml
parent31dcce4812a6aac8dc4980c1c4e392477748a70f (diff)
downloadformbox-a632a4ccc505876144ae6ca8b3fd68cdf4bdb64a.tar.gz
Stop adding spaces to author name 0.4.1
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 46f20c3..4763535 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
 
 [project]
 name = "formbox"
-version = "0.4.0"
+version = "0.4.1"
 description = "Format mbox as HTML/XML"
 readme = "README.md"
 requires-python = ">=3.6"