From 120545865b96664bcbeecf6406c7719e90c633aa Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Wed, 13 Dec 2023 08:40:30 +0100 Subject: [PATCH] Bump version to 0.40.0 --- setup.py | 2 +- toot/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 79e4833..aca9b65 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ and blocking accounts and other actions. setup( name='toot', - version='0.39.0', + version='0.40.0', description='Mastodon CLI client', long_description=long_description.strip(), author='Ivan Habunek', diff --git a/toot/__init__.py b/toot/__init__.py index 43f19a4..010b17a 100644 --- a/toot/__init__.py +++ b/toot/__init__.py @@ -4,7 +4,7 @@ import sys from os.path import join, expanduser from typing import NamedTuple -__version__ = '0.39.0' +__version__ = '0.40.0' class App(NamedTuple):