diff --git a/pyproject.toml b/pyproject.toml index 24adcebb30e..97a17dc697d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tmuxp" -version = "1.12.0a2" +version = "1.12.0a3" description = "tmux session manager" license = "MIT" authors = ["Tony Narlock "] diff --git a/tmuxp/__about__.py b/tmuxp/__about__.py index e0a59e7880a..2263d5a588d 100644 --- a/tmuxp/__about__.py +++ b/tmuxp/__about__.py @@ -1,6 +1,6 @@ __title__ = "tmuxp" __package_name__ = "tmuxp" -__version__ = "1.12.0a2" +__version__ = "1.12.0a3" __description__ = "tmux session manager" __email__ = "tony@git-pull.com" __author__ = "Tony Narlock"