Skip to content

Commit

Permalink
increased max # steppers from 4 to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
MrYsLab committed Sep 28, 2023
1 parent 72e25c2 commit ab1841b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion telemetrix/private_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab1841b

Please sign in to comment.