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 3380ec2 commit 52d9c0dCopy full SHA for 52d9c0d
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "tmuxp"
3
-version = "1.11.0b0"
+version = "1.11.0b1"
4
description = "tmux session manager"
5
license = "MIT"
6
authors = ["Tony Narlock <tony@git-pull.com>"]
tmuxp/__about__.py
__title__ = "tmuxp"
__package_name__ = "tmuxp"
-__version__ = "1.11.0b0"
+__version__ = "1.11.0b1"
__description__ = "tmux session manager"
__email__ = "tony@git-pull.com"
__author__ = "Tony Narlock"
0 commit comments