Skip to content

Commit 50b06ae

Browse files
committed
Version bump from 5.0.5 to 5.1.0
1 parent 6be80aa commit 50b06ae

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.5
3+
RUN pip3 install tc-admin~=5.1.0

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.5",
8+
version="5.1.0",
99
description="Administration of Taskcluster runtime configuration",
1010
long_description=long_description,
1111
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)