Skip to content

Commit

Permalink
chore(v0.2.5): bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
guilatrova committed Jul 17, 2021
1 parent d63c249 commit c8faf9f
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 @@ -126,7 +126,7 @@ If you wish to use pre-commit, add this:

```yaml
- repo: https://github.com/guilatrova/tryceratops
rev: v0.2.4
rev: v0.2.5
hooks:
- id: tryceratops
```
Expand Down
2 changes: 1 addition & 1 deletion src/tryceratops/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""A linter to manage your exception like a PRO!"""

__version__ = "0.2.4"
__version__ = "0.2.5"

0 comments on commit c8faf9f

Please sign in to comment.