From ca901f2f560ed59a57c5535bef1aeba8eb508275 Mon Sep 17 00:00:00 2001 From: flxdot Date: Tue, 16 Apr 2024 20:10:53 +0200 Subject: [PATCH] update lock files --- services/device/poetry.lock | 2 +- services/device/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/device/poetry.lock b/services/device/poetry.lock index 67896057..b76f5872 100644 --- a/services/device/poetry.lock +++ b/services/device/poetry.lock @@ -123,7 +123,7 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "carlos-edge-device" -version = "0.1.0" +version = "0.1.1" description = "The library for the edge device of the carlos project." optional = false python-versions = ">=3.11,<3.12" diff --git a/services/device/pyproject.toml b/services/device/pyproject.toml index 9ca6e5e8..32eec1ee 100644 --- a/services/device/pyproject.toml +++ b/services/device/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "device" -version = "0.1.0" +version = "0.1.1" description = "The device runtime for the Carlos Edge Computing Platform" authors = ["Felix Fanghänel"] readme = "README.md"