From 53fa3e3de90ac650077635ed8223bd079c4f666a Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sun, 6 Apr 2014 10:52:59 -0500 Subject: [PATCH] v0.1.11 --- tmuxp/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmuxp/__init__.py b/tmuxp/__init__.py index 7e41af646e..b6d41aeead 100644 --- a/tmuxp/__init__.py +++ b/tmuxp/__init__.py @@ -13,7 +13,7 @@ __title__ = 'tmuxp' __package_name__ = 'tmuxp' -__version__ = '0.1.10' +__version__ = '0.1.11' __description__ = 'Manage tmux sessions thru JSON, YAML configs. Features Python API' __email__ = 'tony@git-pull.com' __author__ = 'Tony Narlock'