From 261d243871fb471102e6d747bfe86d13c000b069 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sun, 22 May 2022 05:24:34 -0500 Subject: [PATCH] Tag v1.12.0a4 --- pyproject.toml | 2 +- tmuxp/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 97a17dc697d..8776dbaf9a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tmuxp" -version = "1.12.0a3" +version = "1.12.0a4" description = "tmux session manager" license = "MIT" authors = ["Tony Narlock "] diff --git a/tmuxp/__about__.py b/tmuxp/__about__.py index 2263d5a588d..91b727df3b6 100644 --- a/tmuxp/__about__.py +++ b/tmuxp/__about__.py @@ -1,6 +1,6 @@ __title__ = "tmuxp" __package_name__ = "tmuxp" -__version__ = "1.12.0a3" +__version__ = "1.12.0a4" __description__ = "tmux session manager" __email__ = "tony@git-pull.com" __author__ = "Tony Narlock"