Skip to content

Commit 2a6fddd

Browse files
committed
Release 0.1.0
1 parent e8f5307 commit 2a6fddd

4 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup pixi
2727
uses: prefix-dev/setup-pixi@v0.8.1
2828
with:
29-
pixi-version: v0.49.0
29+
pixi-version: v0.67.0
3030
cache: true
3131

3232
- name: Build documentation

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Setup Pixi (installs pixi + caches envs) # https://github.com/marketplace/actions/setup-pixi
1111
uses: prefix-dev/setup-pixi@v0.9.3 # pin the action version
1212
with:
13-
pixi-version: v0.61.0 # pin the pixi binary version (optional)
13+
pixi-version: v0.67.0 # pin the pixi binary version (optional)
1414
cache: true # enable caching of installed envs
1515
# only write new caches on main pushes (optional)
1616
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}

pixi.lock

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "drone_controllers"
3-
version = "0.1.0b0"
3+
version = "0.1.0"
44
description = "Controllers for quadrotor drones."
55
authors = [{ name = "Marcel Rath" }, { name = "Martin Schuck" }]
66
readme = "README.md"

0 commit comments

Comments
 (0)