diff --git a/pyproject.toml b/pyproject.toml index 2350acaa16f..9f076a86d4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tmuxp" -version = "1.12.0a5" +version = "1.12.0a6" description = "tmux session manager" license = "MIT" authors = ["Tony Narlock "] diff --git a/tmuxp/__about__.py b/tmuxp/__about__.py index 2311fa22109..0194bebe2a5 100644 --- a/tmuxp/__about__.py +++ b/tmuxp/__about__.py @@ -1,6 +1,6 @@ __title__ = "tmuxp" __package_name__ = "tmuxp" -__version__ = "1.12.0a5" +__version__ = "1.12.0a6" __description__ = "tmux session manager" __email__ = "tony@git-pull.com" __author__ = "Tony Narlock"