Skip to content

Commit 6d74847

Browse files
committed
cut 0.4
1 parent 9e44406 commit 6d74847

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libtmux/__about__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = 'libtmux'
22
__package_name__ = 'libtmux'
3-
__version__ = '0.3'
4-
__description__ = 'Python API for tmux servers, sessions, windows and panes'
3+
__version__ = '0.4'
4+
__description__ = 'scripting library / orm for tmux'
55
__email__ = '[email protected]'
66
__author__ = 'Tony Narlock'
77
__license__ = 'BSD'

0 commit comments

Comments
 (0)