diff --git a/README.md b/README.md index 9c11a1c..7733f60 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.0 + rev: v1.0.1 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 b928282..d8052d1 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.0' +__version__ = '1.0.1'