We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e84798 commit c4e97f5Copy full SHA for c4e97f5
2 files changed
Dockerfile
@@ -1,3 +1,3 @@
1
FROM python:3.13-slim
2
3
-RUN pip3 install tc-admin~=5.0.3
+RUN pip3 install tc-admin~=5.0.4
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name="tc-admin",
8
- version="5.0.3",
+ version="5.0.4",
9
description="Administration of Taskcluster runtime configuration",
10
long_description=long_description,
11
long_description_content_type='text/markdown',
0 commit comments