Update test functions and bump version to 0.1.0a18

Refactor `testfunctions.ipynb` by standardizing API client code blocks and improving structure with `%` cells. Added PUT calls for updating TELL positions and GET requests for fetching pucks. Updated `pyproject.toml` to increment version to 0.1.0a18.
This commit is contained in:
GotthardG
2025-01-10 10:50:53 +01:00
parent d6910411f1
commit f10a5eaec2
2 changed files with 25 additions and 27 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "aareDB"
version = "0.1.0a17"
version = "0.1.0a18"
description = "Backend for next gen sample management system"
authors = [{name = "Guillaume Gotthard", email = "guillaume.gotthard@psi.ch"}]
license = {text = "MIT"}