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 913ca89 commit ec52d16Copy full SHA for ec52d16
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "tmuxp"
3
-version = "1.45.0"
+version = "1.46.0a0"
4
description = "Session manager for tmux, which allows users to save and load tmux sessions through simple configuration files."
5
license = "MIT"
6
authors = ["Tony Narlock <tony@git-pull.com>"]
src/tmuxp/__about__.py
@@ -2,7 +2,7 @@
__title__ = "tmuxp"
__package_name__ = "tmuxp"
-__version__ = "1.45.0"
+__version__ = "1.46.0a0"
__description__ = "tmux session manager"
7
__email__ = "tony@git-pull.com"
8
__author__ = "Tony Narlock"
0 commit comments