Skip to content

Commit dfc7c57

Browse files
committed
chore(version): bump to 0.1.1
1 parent ae98a98 commit dfc7c57

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM python:3.11-slim
22

33
# Project version for labels; override with --build-arg VERSION=x.y.z
4-
ARG VERSION=0.1.0
4+
ARG VERSION=0.1.1
55

66
ENV PYTHONDONTWRITEBYTECODE=1 \
77
PYTHONUNBUFFERED=1

src/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
__all__ = ["__version__"]
88

99
# Semantic version of the project
10-
__version__ = "0.1.0"
10+
__version__ = "0.1.1"
1111

0 commit comments

Comments
 (0)