Bump version to 0.3.1

This commit is contained in:
Richard Chien
2018-08-26 13:44:54 +08:00
parent 3b67b79ffc
commit d32c27cf70
4 changed files with 41 additions and 9 deletions

View File

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