Skip to content

Commit

Permalink
chore(0.1.9): bump version to 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
guilatrova committed Jun 28, 2021
1 parent 4336f57 commit 44e54cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

</p>

Currently in BETA (and very flaky).
Currently in BETA.
Inspired by [this blog post](https://blog.guilatrova.dev/handling-exceptions-in-python-like-a-pro/).

> “For those who like dinosaurs 🦖 and clean try/except ✨ blocks.”
Expand Down Expand Up @@ -68,7 +68,7 @@ If you wish to use pre-commit, add this:

```yaml
- repo: https://github.com/guilatrova/tryceratops
rev: v0.1.8
rev: v0.1.9
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.1.8"
__version__ = "0.1.9"

0 comments on commit 44e54cc

Please sign in to comment.