Bump version to 0.40.0

This commit is contained in:
Ivan Habunek 2023-12-13 08:40:30 +01:00
parent 01f3370b89
commit 120545865b
No known key found for this signature in database
GPG Key ID: F5F0623FF5EBCB3D
2 changed files with 2 additions and 2 deletions

View File

@ -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',

View File

@ -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):