From c8faf9f99ca5a37aef8f77aa401a4f74e41d62ea Mon Sep 17 00:00:00 2001 From: Guilherme Latrova Date: Fri, 16 Jul 2021 23:07:10 -0300 Subject: [PATCH] chore(v0.2.5): bump up version --- README.md | 2 +- src/tryceratops/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43c44cb..e38da43 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/src/tryceratops/__init__.py b/src/tryceratops/__init__.py index 04785ae..8428921 100644 --- a/src/tryceratops/__init__.py +++ b/src/tryceratops/__init__.py @@ -1,3 +1,3 @@ """A linter to manage your exception like a PRO!""" -__version__ = "0.2.4" +__version__ = "0.2.5"