We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe212f commit 6a7a37fCopy full SHA for 6a7a37f
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "tmuxp"
3
-version = "1.23.0"
+version = "1.24.0a0"
4
description = "tmux session manager"
5
license = "MIT"
6
authors = ["Tony Narlock <tony@git-pull.com>"]
src/tmuxp/__about__.py
__title__ = "tmuxp"
__package_name__ = "tmuxp"
-__version__ = "1.23.0"
+__version__ = "1.24.0a0"
__description__ = "tmux session manager"
__email__ = "tony@git-pull.com"
__author__ = "Tony Narlock"
0 commit comments