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 "]