Skip to content

Commit

Permalink
Bump version: 1.0.0-dev.6 → 1.0.0-dev.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nreinartz committed Nov 15, 2023
1 parent 027f85b commit 132e4c0
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.6"
current_version = "1.0.0-dev.7"
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.6
VERSION: 1.0.0-dev.7

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.6"
LABEL org.opencontainers.image.version="1.0.0-dev.7"
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 132e4c0

Please sign in to comment.