From a12994e5d600f6b78c6e5ebd56ccec5586b7c397 Mon Sep 17 00:00:00 2001 From: Emanuel Alves Date: Wed, 6 Apr 2022 22:18:09 +0100 Subject: [PATCH] Bump version --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2e18c5..50bfff6 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Add this to your `.pre-commit-config.yaml` ```yaml repos: - repo: https://github.com/ejba/pre-commit-maven - rev: v0.3.2 + rev: v0.3.3 hooks: - id: maven args: ['clean compile'] diff --git a/pyproject.toml b/pyproject.toml index 19256e9..494e599 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pre-commit-maven" -version = "v0.3.2" +version = "v0.3.3" [build-system] requires = ["setuptools >= 40.6.0", "wheel"]