Skip to content

Commit 5bf43ac

Browse files
committed
Version updates
1 parent 766a4b1 commit 5bf43ac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
- name: Checkout current branch
1616
uses: actions/checkout@v3
1717

18-
- name: Install Python 3.8
19-
uses: actions/setup-python@v1
18+
- name: Install Python 3.9
19+
uses: 5
2020
with:
21-
python-version: 3.8
21+
python-version: 3.9
2222

2323
- name: install deps
2424
run: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "proxygen-cli"
3-
version = "2.1.20"
3+
version = "2.1.21"
44
description = "CLI for interacting with NHSD APIM's proxygen service"
55
authors = ["Ben Strutt <ben.strutt1@nhs.net>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)