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 3a1b1eb commit e5c6b49Copy full SHA for e5c6b49
pyproject.toml
@@ -3,7 +3,7 @@ skip-string-normalization = true
3
4
[tool.poetry]
5
name = "tmuxp"
6
-version = "1.7.0"
+version = "1.6.2"
7
description = "tmux session manager"
8
license = "MIT"
9
authors = ["Tony Narlock <tony@git-pull.com>"]
tmuxp/__about__.py
@@ -1,6 +1,6 @@
1
__title__ = 'tmuxp'
2
__package_name__ = 'tmuxp'
-__version__ = '1.7.0'
+__version__ = '1.6.2'
__description__ = 'tmux session manager'
__email__ = 'tony@git-pull.com'
__author__ = 'Tony Narlock'
0 commit comments