Bump version
This commit is contained in:
parent
05a06acf8e
commit
18e28531fd
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
@ -11,7 +11,7 @@ Contains an experimental curses application for reading the timeline.
|
|||
|
||||
setup(
|
||||
name='toot',
|
||||
version='0.17.0',
|
||||
version='0.17.1',
|
||||
description='Mastodon CLI client',
|
||||
long_description=long_description.strip(),
|
||||
author='Ivan Habunek',
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
from collections import namedtuple
|
||||
|
||||
__version__ = '0.17.0'
|
||||
__version__ = '0.17.1'
|
||||
|
||||
App = namedtuple('App', ['instance', 'base_url', 'client_id', 'client_secret'])
|
||||
User = namedtuple('User', ['instance', 'username', 'access_token'])
|
||||
|
|
Loading…
Reference in a new issue