Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
[project]
name = "orca_core"
version = "0.2.1"
version = "0.3.0"
description = "Core Python Controller of the ORCA Hand. Handles all hardware interaction, logic and abstracts control. Provides API for basic functionality and info of the hand."
authors = [
{name = "clemens-chr", email = "cchristoph@student.ethz.ch"}
{name = "clemens-chr", email = "cchristoph@student.ethz.ch"},
{name = "fabricenoelbourquin", email = "fabrice.bourquin@protonmail.ch"},
{name = "maximilianeberlein", email = "meberlein@ethz.ch"},
{name = "fracapuano", email = "capuano@robots.ox.ac.uk"},
]
license = {text = "MIT"}
readme = "README.md"
Expand Down
Loading