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 9e44406 commit 6d74847Copy full SHA for 6d74847
libtmux/__about__.py
@@ -1,7 +1,7 @@
1
__title__ = 'libtmux'
2
__package_name__ = 'libtmux'
3
-__version__ = '0.3'
4
-__description__ = 'Python API for tmux servers, sessions, windows and panes'
+__version__ = '0.4'
+__description__ = 'scripting library / orm for tmux'
5
__email__ = '[email protected]'
6
__author__ = 'Tony Narlock'
7
__license__ = 'BSD'
0 commit comments