From 52519c4dc71245c0238c0a6ee4cf1ee46b5d3ab9 Mon Sep 17 00:00:00 2001 From: laixintao Date: Tue, 28 Nov 2023 11:24:42 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.0=20=E2=86=92=201.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- flameshow/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 030f433..9b86dc0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.0 +current_version = 1.1.1 commit = True tag = True diff --git a/flameshow/__init__.py b/flameshow/__init__.py index 6849410..a82b376 100644 --- a/flameshow/__init__.py +++ b/flameshow/__init__.py @@ -1 +1 @@ -__version__ = "1.1.0" +__version__ = "1.1.1" diff --git a/pyproject.toml b/pyproject.toml index 1882ade..675aea9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flameshow" -version = "1.1.0" +version = "1.1.1" homepage = "https://github.com/laixintao/flameshow" description = "A Terminal Flamegraph Viewer" authors = ["laixintao "]