diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 331c088..6588932 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.3 +current_version = 0.3.4 commit = True tag = False message = Bump version: {current_version} → {new_version} diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/pull_request_template.md similarity index 100% rename from .github/PULL_REQUEST_TEMPLATE/pull_request_template.md rename to .github/pull_request_template.md diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9c3e7d0..61d77ed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: workflow_dispatch: env: - VERSION: 0.3.3 + VERSION: 0.3.4 jobs: docker: diff --git a/pyproject.toml b/pyproject.toml index 485b7b0..149299d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sp-devsup-vault-expiration-monitoring" -version = "0.3.3" +version = "0.3.4" description = "Prometheus exporter to monitor custom metadata for KV2 secrets for (self-imposed) expiration." authors = ["Eugene Davis "] readme = "README.md"