Skip to content

Commit 53dc94e

Browse files
committed
Version bump from 5.0.4 to 5.0.5
1 parent 4ff56eb commit 53dc94e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

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

3-
RUN pip3 install tc-admin~=5.0.4
3+
RUN pip3 install tc-admin~=5.0.5

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="tc-admin",
8-
version="5.0.4",
8+
version="5.0.5",
99
description="Administration of Taskcluster runtime configuration",
1010
long_description=long_description,
1111
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)