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 2dee276 commit 5e93462Copy full SHA for 5e93462
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "tmuxp"
3
-version = "1.17.1"
+version = "1.17.2"
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.17.1"
+__version__ = "1.17.2"
__description__ = "tmux session manager"
__email__ = "tony@git-pull.com"
__author__ = "Tony Narlock"
0 commit comments