Update version.

Change log:
- bug fix #61
- Better error description
This commit is contained in:
eternnoir 2015-08-21 23:58:55 +08:00
parent 645270861c
commit 2a103e5bbc
1 changed files with 6 additions and 1 deletions

View File

@ -1,9 +1,14 @@
#!/usr/bin/env python
from setuptools import setup
def readme():
with open('README.rst') as f:
return f.read()
setup(name='pyTelegramBotAPI',
version='0.3.1',
version='0.3.2',
description='Python Telegram bot api. ',
long_description=readme(),
author='eternnoir',
author_email='eternnoir@gmail.com',
url='https://github.com/eternnoir/pyTelegramBotAPI',