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 77047c6 commit fe27280Copy full SHA for fe27280
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "libtmux"
3
-version = "0.32.0"
+version = "0.33.0b0"
4
description = "Typed library that provides an ORM wrapper for tmux, a terminal multiplexer."
5
license = "MIT"
6
authors = ["Tony Narlock <tony@git-pull.com>"]
src/libtmux/__about__.py
@@ -2,7 +2,7 @@
__title__ = "libtmux"
__package_name__ = "libtmux"
-__version__ = "0.32.0"
+__version__ = "0.33.0b0"
__description__ = "Typed scripting library / ORM / API wrapper for tmux"
7
__email__ = "tony@git-pull.com"
8
__author__ = "Tony Narlock"
0 commit comments