From 6cc8b6fbab571e46df45355085bda4069bc7d43e Mon Sep 17 00:00:00 2001 From: Trdat Mkrtchyan Date: Fri, 2 Sep 2016 14:35:42 +0300 Subject: [PATCH] Release Version: 0.0.12 --- lib.py | 3 ++- setup.py | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/lib.py b/lib.py index 70d2582..3e9a2f0 100644 --- a/lib.py +++ b/lib.py @@ -46,10 +46,11 @@ def update(args): return content APPDATA = { - 'version': '0.0.11', + 'version': '0.0.12', 'next-version': getNextVersion, 'trace': trace, 'update': update } print(call(APPDATA[argv[-1]], argv)) + diff --git a/setup.py b/setup.py index f824966..92ab130 100644 --- a/setup.py +++ b/setup.py @@ -3,12 +3,13 @@ setup( name = 'bobot', packages = ['bobot'], - version = '0.0.11', + version = '0.0.12', description = 'Telegram Bot API Wrapper', author = 'Trdat Mkrtchyan', author_email = 'wombtormb@gmail.com', url = 'https://github.com/zefirka/bobot', - download_url = 'https://github.com/zefirka/bobot/archive/v0.0.11.tar.gz', + download_url = 'https://github.com/zefirka/bobot/archive/v0.0.12.tar.gz', keywords = ['telegram', 'bot', 'api'], classifiers = [] ) +