Skip to content

Commit

Permalink
Move out of templates folder (#18)
Browse files Browse the repository at this point in the history
* Move out of templates folder

* Bump version: 0.3.3 → 0.3.4
  • Loading branch information
eugene-davis authored Jun 2, 2022
1 parent 5c37410 commit e81a0fb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

env:
VERSION: 0.3.3
VERSION: 0.3.4

jobs:
docker:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit e81a0fb

Please sign in to comment.