From 6857d0d2dfdc1835d1f1da7de1ded8c06cd113da Mon Sep 17 00:00:00 2001 From: Richard Chien Date: Fri, 1 Feb 2019 19:45:35 +0800 Subject: [PATCH] Bump version to 1.2.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4d697310..0dd56ab4 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ stub_files = list(filter(lambda x: x.endswith('.pyi'), findall('nonebot'))) setup( name='nonebot', - version='1.2.1', + version='1.2.2', url='https://github.com/richardchien/nonebot', license='MIT License', author='Richard Chien',