Bump version to 0.5.1

This commit is contained in:
Richard Chien
2018-12-23 23:31:22 +08:00
parent 7dff9f7fd5
commit 2400493be5
3 changed files with 15 additions and 7 deletions

View File

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