diff --git a/setup.py b/archive/setup.py similarity index 97% rename from setup.py rename to archive/setup.py index ff6b462..370a149 100644 --- a/setup.py +++ b/archive/setup.py @@ -2,7 +2,7 @@ from setuptools import setup -with open('README.md') as f: +with open('../README.md') as f: long_description = f.read() diff --git a/pyproject.toml b/pyproject.toml index 039a8f4..c2555a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ find = {} # Scan the project directory with the default parameters [project] name = "telemetrix-rpi-pico-w" -version = "1.01" +version = "1.20" authors = [ { name="Alan Yorinks", email="MisterYsLab@gmail.com" }, ] diff --git a/telemetrix_rpi_pico_w/private_constants.py b/telemetrix_rpi_pico_w/private_constants.py index 8bff606..b6df962 100644 --- a/telemetrix_rpi_pico_w/private_constants.py +++ b/telemetrix_rpi_pico_w/private_constants.py @@ -106,7 +106,7 @@ class PrivateConstants: DEBUG_PRINT = 99 - TELEMETRIX_VERSION = "1.01" + TELEMETRIX_VERSION = "1.20" # reporting control REPORTING_DISABLE_ALL = 0 diff --git a/telemetrix_rpi_pico_w_aio/private_constants.py b/telemetrix_rpi_pico_w_aio/private_constants.py index 8bff606..b6df962 100644 --- a/telemetrix_rpi_pico_w_aio/private_constants.py +++ b/telemetrix_rpi_pico_w_aio/private_constants.py @@ -106,7 +106,7 @@ class PrivateConstants: DEBUG_PRINT = 99 - TELEMETRIX_VERSION = "1.01" + TELEMETRIX_VERSION = "1.20" # reporting control REPORTING_DISABLE_ALL = 0