Bump version to v0.2.1

This commit is contained in:
Richard Chien 2018-08-18 01:22:46 +08:00
parent 6fcf8f89aa
commit ec868b6a80

View File

@ -5,7 +5,7 @@ with open('README.md', 'r', encoding='utf-8') as f:
setup(
name='none-bot',
version='0.2.0',
version='0.2.1',
packages=find_packages(include=('none', 'none.*')),
url='https://github.com/richardchien/none-bot',
license='MIT License',