From 2884a58a5299a9b6c529d5a484826df4b7aad878 Mon Sep 17 00:00:00 2001 From: Richard Chien Date: Thu, 23 Aug 2018 00:02:05 +0800 Subject: [PATCH] Bump version to v0.2.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 570a3f5a..311406b9 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.1', + version='0.2.2', packages=find_packages(include=('none', 'none.*')), url='https://github.com/richardchien/none-bot', license='MIT License',