about summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2022-08-04 17:01:43 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2022-08-04 17:26:48 +0900
commit978611599094c21d4b2865f417479795608c4a83 (patch)
treed14a7cd55011e85fa944c9bc0ca92522ab194629 /pyproject.toml
parent9162549a27b02f5f9ce9adea3b957618db460779 (diff)
downloadrsskey-978611599094c21d4b2865f417479795608c4a83.tar.gz
Truncate long titles HEAD 0.2.0 main
Introduce option 'cw' for this and rename 'limit' to 'text' for clarity.
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 963225a..ce6b419 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
 
 [project]
 name = "rsskey"
-version = "0.1.0"
+version = "0.2.0"
 description = "RSS feed mirror on Misskey"
 readme = "README.md"
 requires-python = ">=3.7"