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 42e91ec commit 04f6f8cCopy full SHA for 04f6f8c
libtmux/__about__.py
@@ -1,6 +1,6 @@
1
__title__ = 'libtmux'
2
__package_name__ = 'libtmux'
3
-__version__ = '0.10.3'
+__version__ = '0.11.0b0'
4
__description__ = 'scripting library / orm for tmux'
5
__email__ = 'tony@git-pull.com'
6
__author__ = 'Tony Narlock'
pyproject.toml
@@ -3,7 +3,7 @@ skip-string-normalization = true
[tool.poetry]
name = "libtmux"
-version = "0.10.3"
+version = "0.11.0b0"
7
description = "scripting library / orm for tmux"
8
license = "MIT"
9
authors = ["Tony Narlock <tony@git-pull.com>"]
0 commit comments