Skip to content

Commit f355325

Browse files
committed
Update to v0.1.13
1 parent a0a5a89 commit f355325

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Changelog
44

55
Here you can find the recent changes to tmuxp.
66

7-
CURRENT
8-
-------
7+
0.1.13
8+
------
99

1010
- [internal] Remove ``package_metadata.py`` in favor of ``__about__.py``.
1111
- [docs] ``scent.py`` for building docs

tmuxp/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = 'tmuxp'
22
__package_name__ = 'tmuxp'
3-
__version__ = '0.1.12'
3+
__version__ = '0.1.13'
44
__description__ = 'Manage tmux sessions thru JSON, YAML configs. Features Python API'
55
__email__ = '[email protected]'
66
__author__ = 'Tony Narlock'

0 commit comments

Comments
 (0)