We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae98a98 commit dfc7c57Copy full SHA for dfc7c57
2 files changed
Dockerfile
@@ -1,7 +1,7 @@
1
FROM python:3.11-slim
2
3
# Project version for labels; override with --build-arg VERSION=x.y.z
4
-ARG VERSION=0.1.0
+ARG VERSION=0.1.1
5
6
ENV PYTHONDONTWRITEBYTECODE=1 \
7
PYTHONUNBUFFERED=1
src/version.py
@@ -7,5 +7,5 @@
__all__ = ["__version__"]
8
9
# Semantic version of the project
10
-__version__ = "0.1.0"
+__version__ = "0.1.1"
11
0 commit comments