Skip to content

Commit 6348e6d

Browse files
committed
Update to 0.9.3
1 parent e297ad5 commit 6348e6d

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.9.3
8+
-----
99

1010
- [internal] switch to ``.venv`` for virtualenv directory to not conflict
1111
with ``.env`` (used by `autoenv`_).

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.9.2'
3+
__version__ = '0.9.3'
44
__description__ = 'Save and load tmux sessions thru JSON, YAML configs. Control tmux through Python objects.'
55
__email__ = '[email protected]'
66
__author__ = 'Tony Narlock'

0 commit comments

Comments
 (0)