Skip to content

Commit ec52d16

Browse files
committed
Tag v1.46.0a0 (alpha 0, with #926 terminal detection)
1 parent 913ca89 commit ec52d16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tmuxp"
3-
version = "1.45.0"
3+
version = "1.46.0a0"
44
description = "Session manager for tmux, which allows users to save and load tmux sessions through simple configuration files."
55
license = "MIT"
66
authors = ["Tony Narlock <[email protected]>"]

Diff for: src/tmuxp/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__title__ = "tmuxp"
44
__package_name__ = "tmuxp"
5-
__version__ = "1.45.0"
5+
__version__ = "1.46.0a0"
66
__description__ = "tmux session manager"
77
__email__ = "[email protected]"
88
__author__ = "Tony Narlock"

0 commit comments

Comments
 (0)