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 a07abec commit 3635dc9Copy full SHA for 3635dc9
libtmux/__about__.py
@@ -1,7 +1,7 @@
1
__title__ = "libtmux"
2
__package_name__ = "libtmux"
3
-__version__ = "0.12.0a2"
4
-__description__ = "scripting library / orm for tmux"
+__version__ = "0.12.0a3"
+__description__ = "Scripting library / ORM / API wrapper for tmux"
5
__email__ = "[email protected]"
6
__author__ = "Tony Narlock"
7
__github__ = "https://github.com/tmux-python/libtmux"
pyproject.toml
[tool.poetry]
name = "libtmux"
-version = "0.12.0a2"
-description = "scripting library / orm for tmux"
+version = "0.12.0a3"
+description = "Scripting library / ORM / API wrapper for tmux"
license = "MIT"
authors = ["Tony Narlock <[email protected]>"]
classifiers = [
0 commit comments