From b65053599f0a8832198d7694cd6d202c063bfea7 Mon Sep 17 00:00:00 2001 From: Evgeniy Blinov Date: Sun, 21 Jul 2024 13:42:03 +0300 Subject: [PATCH 1/2] documentation issue template --- .github/ISSUE_TEMPLATE/{documentation.yml => documentation.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{documentation.yml => documentation.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.md similarity index 100% rename from .github/ISSUE_TEMPLATE/documentation.yml rename to .github/ISSUE_TEMPLATE/documentation.md From 9d90551f7638075f8d78172bd800ffdb40eff30c Mon Sep 17 00:00:00 2001 From: Evgeniy Blinov Date: Sun, 21 Jul 2024 13:42:19 +0300 Subject: [PATCH 2/2] documentation issue template --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c897434..7931806 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta' [project] name = 'metronomes' -version = '0.0.7' +version = '0.0.8' authors = [ { name='Evgeniy Blinov', email='zheni-b@yandex.ru' }, ]