From ec868b6a8082792926ce366fc29726837cf55776 Mon Sep 17 00:00:00 2001 From: Richard Chien Date: Sat, 18 Aug 2018 01:22:46 +0800 Subject: [PATCH] Bump version to v0.2.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9389de27..570a3f5a 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.0', + version='0.2.1', packages=find_packages(include=('none', 'none.*')), url='https://github.com/richardchien/none-bot', license='MIT License',