From e44c2eab7109c5a44d9c64183d9a26e4844f2d09 Mon Sep 17 00:00:00 2001 From: "William C. Canin" Date: Sun, 28 Nov 2021 02:51:18 -0300 Subject: [PATCH] :bookmark: Update version --- pyproject.toml | 2 +- snakypy/zshpower/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 819e56f..9b730de 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = "MIT" name = "zshpower" readme = "README.rst" repository = "https://github.com/snakypy/zshpower" -version = "0.11.2" +version = "0.11.3" classifiers = [ "Intended Audience :: Developers", diff --git a/snakypy/zshpower/__init__.py b/snakypy/zshpower/__init__.py index 06384c3..c69a41e 100755 --- a/snakypy/zshpower/__init__.py +++ b/snakypy/zshpower/__init__.py @@ -21,7 +21,7 @@ HOME = str(Path.home()) __info__ = { "name": "ZSHPower", - "version": "0.11.2", + "version": "0.11.3", "description": "ZSHPower is a theme for ZSH with a manager.", "pkg_name": "zshpower", "executable": "zshpower",