Skip to content

Commit

Permalink
Bump version: 1.0.0-dev.4 → 1.0.0-dev.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nreinartz committed Nov 12, 2023
1 parent 5caf55e commit 2fa98c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.bumpversion]
commit = true
tag = true
current_version = "1.0.0-dev.4"
current_version = "1.0.0-dev.5"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(\\-(?P<release>[a-z]+)\\.(?P<build>\\d+))?"
serialize = [
"{major}.{minor}.{patch}-{release}.{build}",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "*"

env:
VERSION: 1.0.0-dev.4
VERSION: 1.0.0-dev.5

jobs:
docker:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM python:3.11-slim-bullseye

LABEL org.opencontainers.image.created=${BUILD_DATE}
LABEL org.opencontainers.image.version="1.0.0-dev.4"
LABEL org.opencontainers.image.version="1.0.0-dev.5"
LABEL org.opencontainers.image.authors="Nico Reinartz <[email protected]>"
LABEL org.opencontainers.image.vendor="Nico Reinartz"
LABEL org.opencontainers.image.title="Trend Detection Bot Handler"
Expand Down

0 comments on commit 2fa98c4

Please sign in to comment.