From 3d196aa9347e384f54ec6710b599012e59d18a9b Mon Sep 17 00:00:00 2001 From: Huayi Wei Date: Wed, 14 Jul 2021 15:30:16 +0800 Subject: [PATCH] build new tag --- .bumpversion.cfg | 2 +- fealpy/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a27bce60e..529635ecd 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.15 +current_version = 1.1.20 commit = True tag = True tag_name = v{new_version} diff --git a/fealpy/__init__.py b/fealpy/__init__.py index 80109244e..a8838aed2 100644 --- a/fealpy/__init__.py +++ b/fealpy/__init__.py @@ -2,4 +2,4 @@ ==== """ -__version__ = "1.1.15" +__version__ = "1.1.20"