Skip to content

Commit

Permalink
Merge pull request #70 from alan-turing-institute/Iain-S-patch-1
Browse files Browse the repository at this point in the history
Bump API version number
  • Loading branch information
Iain-S authored Jan 10, 2025
2 parents 5e1d502 + cfe2f80 commit 10f1115
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python-version: "3.11"

- name: Install poetry
uses: abatilo/actions-poetry@v4
uses: abatilo/actions-poetry@v3

- name: Configure poetry
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
python-version: ${{ matrix.python_version }}

- name: Install poetry
uses: abatilo/actions-poetry@v4
uses: abatilo/actions-poetry@v3

- name: Install dependencies
run: poetry install --all-extras
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "RCTab"
version = "1.5.0"
version = "1.6.0"
description = "The RCTab API. Manage Azure budgets and usage"
authors = []
dynamic = [ "dependencies" ]
Expand Down

0 comments on commit 10f1115

Please sign in to comment.