From 71815244a0453846fe7f2f29c91b50c88b9adeed Mon Sep 17 00:00:00 2001 From: Github Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 18:19:47 +0000 Subject: [PATCH] :bookmark: Dump version to 3.4.7 --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bebba74..7ff3511 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ astyle("--help") ```yaml repos: - repo: https://github.com/Freed-Wu/mirrors-astyle - rev: 3.4.6 + rev: 3.4.7 hooks: - id: astyle ``` diff --git a/pyproject.toml b/pyproject.toml index b393ef1..b89fcd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "scikit_build_core.build" # https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html [project] name = "astyle" -version = "3.4.6" +version = "3.4.7" description = "Artistic Style is a source code indenter, formatter, and beautifier for the C, C++, C++/CLI, Objective‑C, C# and Java programming languages" readme = "README.md" requires-python = ">= 3.7"