From d4b110bd33b26cc81d15404c32b3d7bb57ad264f Mon Sep 17 00:00:00 2001 From: Zxilly Date: Tue, 9 Mar 2021 16:04:59 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.1.1=20=E2=86=92=202.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4ca554b..1341d68 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.1 +current_version = 2.2.0 commit = True tag = True diff --git a/setup.py b/setup.py index f67fcfe..da34963 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from codecs import open from os import path -__version__ = "2.1.1" +__version__ = "2.2.0" desc_file = "README.md" here = path.abspath(path.dirname(__file__))