diff --git a/README.md b/README.md index c28a26b..329b5ca 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.3 + rev: v1.0.4 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 0889654..2626d7c 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.3' +__version__ = '1.0.4'