Bump version to v0.2.2

This commit is contained in:
Richard Chien 2018-08-23 00:02:05 +08:00
parent 836d0bc023
commit 2884a58a52

View File

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