diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2024-01-10 07:54:35 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2024-01-10 07:59:13 +0900 |
commit | 453cc4a0751bb5f29d4a8c7b841c345653a89f87 (patch) | |
tree | 67f1e684072e55a67a00be46b98fec8cffcb4be9 /src | |
parent | 2fe8dbaef058254b9ee6f0b9bfcfaf2e943c8df8 (diff) | |
download | fead-453cc4a0751bb5f29d4a8c7b841c345653a89f87.tar.gz |
Bump to version 1.0 1.0.0
Diffstat (limited to 'src')
-rwxr-xr-x | src/fead.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 <https://www.gnu.org/licenses/>. -__version__ = '0.1.3' +__version__ = '1.0.0' from argparse import ArgumentParser, FileType, HelpFormatter from asyncio import CancelledError, TaskGroup, gather, open_connection, run |