From 8c113e1954ee6da38c0e9c63e94cdc2d652e0e7f Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sat, 10 Dec 2022 14:00:58 -0600 Subject: [PATCH] release: Tag v1.19.0a1 Fix distutils warnings via #727 --- pyproject.toml | 2 +- src/tmuxp/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 223977709d..3c763b44cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tmuxp" -version = "1.19.0a0" +version = "1.19.0a1" description = "tmux session manager" license = "MIT" authors = ["Tony Narlock "] diff --git a/src/tmuxp/__about__.py b/src/tmuxp/__about__.py index f134b07af2..be3fedad05 100644 --- a/src/tmuxp/__about__.py +++ b/src/tmuxp/__about__.py @@ -1,6 +1,6 @@ __title__ = "tmuxp" __package_name__ = "tmuxp" -__version__ = "1.19.0a0" +__version__ = "1.19.0a1" __description__ = "tmux session manager" __email__ = "tony@git-pull.com" __author__ = "Tony Narlock"