We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cfa6d9 commit e8502c8Copy full SHA for e8502c8
libtmux/__about__.py
@@ -1,6 +1,6 @@
1
__title__ = "libtmux"
2
__package_name__ = "libtmux"
3
-__version__ = "0.12.0"
+__version__ = "0.13.0a0"
4
__description__ = "Typed scripting library / ORM / API wrapper for tmux"
5
__email__ = "tony@git-pull.com"
6
__author__ = "Tony Narlock"
pyproject.toml
[tool.poetry]
name = "libtmux"
-version = "0.12.0"
+version = "0.13.0a0"
description = "Typed scripting library / ORM / API wrapper for tmux"
license = "MIT"
authors = ["Tony Narlock <tony@git-pull.com>"]
0 commit comments