mirror of
https://github.com/ihabunek/toot
synced 2025-02-03 12:47:32 +01:00
Bump version to 0.40.0
This commit is contained in:
parent
01f3370b89
commit
120545865b
2
setup.py
2
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',
|
||||
|
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user