From c4ce046b9623fb1c2e5020fd9f4e2563cebb09fd Mon Sep 17 00:00:00 2001 From: Richard Chien Date: Fri, 25 Jan 2019 22:35:30 +0800 Subject: [PATCH] Bump version to 1.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6cedacf4..3aa875f0 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.1.0', + version='1.2.0', url='https://github.com/richardchien/nonebot', license='MIT License', author='Richard Chien',