Skip to content

Commit ae52343

Browse files
committed
build: Tag 1.10.0b6 (libtmux @ 0.11.0b4)
1 parent adb0c1b commit ae52343

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tmuxp"
3-
version = "1.10.0b5"
3+
version = "1.10.0b6"
44
description = "tmux session manager"
55
license = "MIT"
66
authors = ["Tony Narlock <tony@git-pull.com>"]
@@ -48,7 +48,7 @@ tmuxp = 'tmuxp:cli.cli'
4848
python = "^3.7"
4949
click = ">7,<8.1"
5050
kaptan = ">=0.5.10"
51-
libtmux = "~0.11.0b3"
51+
libtmux = "~0.11.0b4"
5252
colorama = ">=0.3.9"
5353

5454
[tool.poetry.dev-dependencies]

tmuxp/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = "tmuxp"
22
__package_name__ = "tmuxp"
3-
__version__ = "1.10.0b5"
3+
__version__ = "1.10.0b6"
44
__description__ = "tmux session manager"
55
__email__ = "tony@git-pull.com"
66
__author__ = "Tony Narlock"

0 commit comments

Comments
 (0)