8000
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 96f0258 commit c58f645Copy full SHA for c58f645
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "libtmux"
3
-version = "0.15.1"
+version = "0.15.2a0"
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.1"
+__version__ = "0.15.2a0"
__description__ = "Typed scripting library / ORM / API wrapper for tmux"
__email__ = "tony@git-pull.com"
__author__ = "Tony Narlock"
0 commit comments