0
0
mirror of https://github.com/ihabunek/toot.git synced 2025-10-21 19:44:16 -04:00

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