Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-Salzmann committed Oct 6, 2023
1 parent c81df6e commit 7b773a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:

name: Tests on ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down Expand Up @@ -65,7 +66,8 @@ jobs:

name: Tests on aarch64
steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: uraimo/run-on-arch-action@v2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "l4casadi"
version = "1.1.1"
version = "1.2.0"
authors = [
{ name="Tim Salzmann", email="[email protected]" },
]
Expand Down

0 comments on commit 7b773a1

Please sign in to comment.