Skip to content

Commit 3635dc9

Browse files
committed
Tag v0.12.0a3 (mypy)
1 parent a07abec commit 3635dc9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

libtmux/__about__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = "libtmux"
22
__package_name__ = "libtmux"
3-
__version__ = "0.12.0a2"
4-
__description__ = "scripting library / orm for tmux"
3+
__version__ = "0.12.0a3"
4+
__description__ = "Scripting library / ORM / API wrapper for tmux"
55
__email__ = "[email protected]"
66
__author__ = "Tony Narlock"
77
__github__ = "https://github.com/tmux-python/libtmux"

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "libtmux"
3-
version = "0.12.0a2"
4-
description = "scripting library / orm for tmux"
3+
version = "0.12.0a3"
4+
description = "Scripting library / ORM / API wrapper for tmux"
55
license = "MIT"
66
authors = ["Tony Narlock <[email protected]>"]
77
classifiers = [

0 commit comments

Comments
 (0)