Skip to content

Commit ab00138

Browse files
committed
Tag v0.34.0 (cmd overhaul, via #535)
1 parent f88fd29 commit ab00138

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "libtmux"
3-
version = "0.33.0"
3+
version = "0.34.0"
44
description = "Typed library that provides an ORM wrapper for tmux, a terminal multiplexer."
55
license = "MIT"
66
authors = ["Tony Narlock <[email protected]>"]

Diff for: src/libtmux/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__title__ = "libtmux"
44
__package_name__ = "libtmux"
5-
__version__ = "0.33.0"
5+
__version__ = "0.34.0"
66
__description__ = "Typed scripting library / ORM / API wrapper for tmux"
77
__email__ = "[email protected]"
88
__author__ = "Tony Narlock"

0 commit comments

Comments
 (0)