Bump version - toot - Unnamed repository; edit this file 'description' to name … | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 18e28531fd497ea015de800b78a8610eaa3e1f50 | |
parent 05a06acf8e5a538b4a431b6f73045093f7c4b988 | |
Author: Ivan Habunek <[email protected]> | |
Date: Mon, 15 Jan 2018 23:18:13 +0100 | |
Bump version | |
Diffstat: | |
setup.py | 2 +- | |
toot/__init__.py | 2 +- | |
2 files changed, 2 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/setup.py b/setup.py | |
@@ -11,7 +11,7 @@ Contains an experimental curses application for reading the t… | |
setup( | |
name='toot', | |
- version='0.17.0', | |
+ version='0.17.1', | |
description='Mastodon CLI client', | |
long_description=long_description.strip(), | |
author='Ivan Habunek', | |
diff --git a/toot/__init__.py b/toot/__init__.py | |
@@ -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']) |