From d9b6b8358187291f918eecc0ff961ee2ae9d0df1 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Wed, 27 Sep 2023 18:52:32 +0200 Subject: [PATCH] release v1.0.3 --- README.md | 2 +- astyle_py/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7733f60..c28a26b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The main reason to use this Python wrapper, rather than native `astyle` binaries ```yaml repos: - repo: https://github.com/igrr/astyle_py.git - rev: v1.0.1 + rev: v1.0.3 hooks: - id: astyle_py args: [--astyle-version=3.4.7 --style=linux] diff --git a/astyle_py/__init__.py b/astyle_py/__init__.py index 1b4a6e7..0889654 100644 --- a/astyle_py/__init__.py +++ b/astyle_py/__init__.py @@ -3,4 +3,4 @@ from .astyle_wrapper import Astyle, AstyleError __all__ = ['Astyle', 'AstyleError'] -__version__ = '1.0.2' +__version__ = '1.0.3'