From 40ad3e794e7e16330080d49309828bb9df2444ef Mon Sep 17 00:00:00 2001 From: Jinsung Ha Date: Tue, 6 Oct 2020 16:45:53 +0900 Subject: [PATCH] Don't re-create tag --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a7e8eb54..03293cf1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [bumpversion] current_version = 1.0.0 commit = True -tag = True +tag = False [bumpversion:file:./modi/about.py] search = __version__ = "{current_version}"