From 3c35e960ba4cfa1b6854e593b416e289c78592e3 Mon Sep 17 00:00:00 2001 From: theGreatHerrLebert Date: Fri, 24 Nov 2023 20:50:04 +0100 Subject: [PATCH] testing... --- imspy/pyproject.toml | 2 +- imspy_connector/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/imspy/pyproject.toml b/imspy/pyproject.toml index 5a0a9df8..a01cf446 100644 --- a/imspy/pyproject.toml +++ b/imspy/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "imspy" -version = "0.2.11" +version = "0.2.12" description = "" authors = ["theGreatHerrLebert "] readme = "README.md" diff --git a/imspy_connector/Cargo.toml b/imspy_connector/Cargo.toml index e2acd87c..ce47a3cf 100644 --- a/imspy_connector/Cargo.toml +++ b/imspy_connector/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imspy-connector" -version = "0.2.11" +version = "0.2.12" edition = "2021" [lib]