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 c882c5b commit 10344eaCopy full SHA for 10344ea
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "tmuxp"
3
-version = "1.18.2"
+version = "1.19.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.18.2"
+__version__ = "1.19.0a0"
__description__ = "tmux session manager"
__email__ = "tony@git-pull.com"
__author__ = "Tony Narlock"
0 commit comments