From b06a56276f8aaa8d9f920151c3587ed02e8e3e2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rare=C8=99=20Cosma?= Date: Tue, 15 Oct 2024 11:35:34 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.6=20=E2=86=92=201.0.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index da6b4b7..49f579e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "octotail" -version = "1.0.6" +version = "1.0.7" description = "Live tail GitHub Actions runs on git push" authors = ["RareČ™ Cosma "] license = "UNLICENSE" diff --git a/setup.cfg b/setup.cfg index 1ed1b64..515b997 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.6 +current_version = 1.0.7 [mypy] ignore_missing_imports = True