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 a0a5a89 commit f355325Copy full SHA for f355325
CHANGES
@@ -4,8 +4,8 @@ Changelog
4
5
Here you can find the recent changes to tmuxp.
6
7
-CURRENT
8
--------
+0.1.13
+------
9
10
- [internal] Remove ``package_metadata.py`` in favor of ``__about__.py``.
11
- [docs] ``scent.py`` for building docs
tmuxp/__about__.py
@@ -1,6 +1,6 @@
1
__title__ = 'tmuxp'
2
__package_name__ = 'tmuxp'
3
-__version__ = '0.1.12'
+__version__ = '0.1.13'
__description__ = 'Manage tmux sessions thru JSON, YAML configs. Features Python API'
__email__ = '[email protected]'
__author__ = 'Tony Narlock'
0 commit comments