Skip to content

Commit

Permalink
Release Version: 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Trdat Mkrtchyan committed Sep 2, 2016
1 parent 86d886c commit 6cc8b6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))

5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '[email protected]',
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 = []
)

0 comments on commit 6cc8b6f

Please sign in to comment.