diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.yml similarity index 99% rename from .github/ISSUE_TEMPLATE/documentation.md rename to .github/ISSUE_TEMPLATE/documentation.yml index 60374e5..ba6e82d 100644 --- a/.github/ISSUE_TEMPLATE/documentation.md +++ b/.github/ISSUE_TEMPLATE/documentation.yml @@ -1,4 +1,3 @@ ---- name: Documentation fix about: To add, correct or remove something from the documentation title: '' @@ -38,4 +37,3 @@ body: render: shell validations: required: true ---- diff --git a/pyproject.toml b/pyproject.toml index 6e6ec8f..c897434 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta' [project] name = 'metronomes' -version = '0.0.6' +version = '0.0.7' authors = [ { name='Evgeniy Blinov', email='zheni-b@yandex.ru' }, ]