From 453cc4a0751bb5f29d4a8c7b841c345653a89f87 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Wed, 10 Jan 2024 07:54:35 +0900 Subject: Bump to version 1.0 --- src/fead.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/fead.py b/src/fead.py index a01616b..e9abd90 100755 --- a/src/fead.py +++ b/src/fead.py @@ -16,7 +16,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -__version__ = '0.1.3' +__version__ = '1.0.0' from argparse import ArgumentParser, FileType, HelpFormatter from asyncio import CancelledError, TaskGroup, gather, open_connection, run -- cgit 1.4.1