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 1d64e3e commit 0955b4cCopy full SHA for 0955b4c
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "libtmux"
3
-version = "0.15.0a3"
+version = "0.15.0a4"
4
description = "Typed scripting library / ORM / API wrapper for tmux"
5
license = "MIT"
6
authors = ["Tony Narlock <tony@git-pull.com>"]
src/libtmux/__about__.py
__title__ = "libtmux"
__package_name__ = "libtmux"
-__version__ = "0.15.0a3"
+__version__ = "0.15.0a4"
__description__ = "Typed scripting library / ORM / API wrapper for tmux"
__email__ = "tony@git-pull.com"
__author__ = "Tony Narlock"
0 commit comments