Bump version to 0.4.0

This commit is contained in:
Richard Chien
2018-10-16 01:09:53 +08:00
parent 2e82b3fa61
commit d8f6066193
2 changed files with 7 additions and 1 deletions

View File

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