From ab1841b7a6fe1499c66de1e1ebf9422ce0ff5fa6 Mon Sep 17 00:00:00 2001 From: MrYsLab Date: Thu, 28 Sep 2023 11:44:43 -0400 Subject: [PATCH] increased max # steppers from 4 to 8 --- pyproject.toml | 4 ++-- telemetrix/private_constants.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d8a4cac..73672f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,8 +6,8 @@ build-backend = "setuptools.build_meta" find = {} # Scan the project directory with the default parameters [project] -name = "telemetri" -version = "1.33" +name = "telemetrix" +version = "1.34" authors = [ { name="Alan Yorinks", email="MisterYsLab@gmail.com" }, ] diff --git a/telemetrix/private_constants.py b/telemetrix/private_constants.py index 6deb8bd..f41410a 100644 --- a/telemetrix/private_constants.py +++ b/telemetrix/private_constants.py @@ -103,7 +103,7 @@ class PrivateConstants: FEATURES = 20 DEBUG_PRINT = 99 - TELEMETRIX_VERSION = "1.33" + TELEMETRIX_VERSION = "1.34" # reporting control REPORTING_DISABLE_ALL = 0