We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 715317d commit ad8fb1eCopy full SHA for ad8fb1e
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "libtmux"
3
-version = "0.16.1"
+version = "0.17.0a0"
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.16.1"
+__version__ = "0.17.0a0"
__description__ = "Typed scripting library / ORM / API wrapper for tmux"
__email__ = "tony@git-pull.com"
__author__ = "Tony Narlock"
0 commit comments