Skip to content

Commit

Permalink
Tag v1.46.0a0 (alpha 0, with #926 terminal detection)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Apr 7, 2024
1 parent 913ca89 commit ec52d16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tmuxp"
version = "1.45.0"
version = "1.46.0a0"
description = "Session manager for tmux, which allows users to save and load tmux sessions through simple configuration files."
license = "MIT"
authors = ["Tony Narlock <tony@git-pull.com>"]
Expand Down
2 changes: 1 addition & 1 deletion src/tmuxp/__about__.py
Expand Up @@ -2,7 +2,7 @@

__title__ = "tmuxp"
__package_name__ = "tmuxp"
__version__ = "1.45.0"
__version__ = "1.46.0a0"
__description__ = "tmux session manager"
__email__ = "tony@git-pull.com"
__author__ = "Tony Narlock"
Expand Down

0 comments on commit ec52d16

Please sign in to comment.