diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-08-04 17:01:43 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-08-04 17:26:48 +0900 |
commit | 978611599094c21d4b2865f417479795608c4a83 (patch) | |
tree | d14a7cd55011e85fa944c9bc0ca92522ab194629 /pyproject.toml | |
parent | 9162549a27b02f5f9ce9adea3b957618db460779 (diff) | |
download | rsskey-978611599094c21d4b2865f417479795608c4a83.tar.gz |
Introduce option 'cw' for this and rename 'limit' to 'text' for clarity.
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 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" |