Skip to content

Commit

Permalink
release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
igrr committed Sep 25, 2023
1 parent d0a1e1e commit 6085e86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion astyle_py/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .astyle_wrapper import Astyle, AstyleError

__all__ = ['Astyle', 'AstyleError']
__version__ = '1.0.0'
__version__ = '1.0.1'

0 comments on commit 6085e86

Please sign in to comment.