Skip to content

Commit ec8486f

Browse files
committed
Bump version: 0.8.0 → 0.8.1
1 parent 6c1042b commit ec8486f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

deployment/aws/lambda/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM --platform=linux/amd64 public.ecr.aws/lambda/python:${PYTHON_VERSION}
55
WORKDIR /tmp
66

77
RUN pip install pip -U
8-
RUN pip install "titiler.application==0.8.0" "mangum>=0.10.0" -t /asset --no-binary pydantic
8+
RUN pip install "titiler.application==0.8.1" "mangum>=0.10.0" -t /asset --no-binary pydantic
99

1010
# Reduce package size and remove useless files
1111
RUN cd /asset && find . -type f -name '*.pyc' | while read f; do n=$(echo $f | sed 's/__pycache__\///' | sed 's/.cpython-[2-3][0-9]//'); cp $f $n; done;

deployment/k8s/charts/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: 0.8.0
2+
appVersion: 0.8.1
33
description: A dynamic Web Map tile server
44
name: titiler
55
version: 1.1.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.8.0
2+
current_version = 0.8.1
33
commit = True
44
tag = True
55
tag_name = {new_version}

0 commit comments

Comments
 (0)