From 09796015b9227d76a0b044d17c25d5991fb7ae99 Mon Sep 17 00:00:00 2001 From: Richard Chien Date: Sun, 26 Aug 2018 11:32:26 +0800 Subject: [PATCH] Bump version to 0.3.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 849e75da..5f61a0e5 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open('README.md', 'r', encoding='utf-8') as f: setup( name='none-bot', - version='0.2.2', + version='0.3.0', packages=find_packages(include=('none', 'none.*')), url='https://github.com/richardchien/none-bot', license='MIT License',