From e483c8b28e1c805f218a4e3dbbc3247982a830af Mon Sep 17 00:00:00 2001 From: Lloyd Date: Tue, 9 Dec 2025 22:02:42 +0000 Subject: [PATCH] bump version to 1.0.5 beta and update pymc_core dependency to dev branch --- pyproject.toml | 4 ++-- repeater/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dffa43f..f49e382 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pymc_repeater" -version = "1.0.4" +version = "1.0.5" authors = [ {name = "Lloyd", email = "lloyd@rightup.co.uk"}, ] @@ -31,7 +31,7 @@ keywords = ["mesh", "networking", "lora", "repeater", "daemon", "iot"] dependencies = [ - "pymc_core[hardware] @ git+https://github.com/rightup/pyMC_core.git@feat/valid-packets-checks", + "pymc_core[hardware] @ git+https://github.com/rightup/pyMC_core.git@dev", "pyyaml>=6.0.0", "cherrypy>=18.0.0", "paho-mqtt>=1.6.0", diff --git a/repeater/__init__.py b/repeater/__init__.py index 8582cdc..e25c560 100644 --- a/repeater/__init__.py +++ b/repeater/__init__.py @@ -1 +1 @@ -__version__ = "1.0.5-beta-1" +__version__ = "1.0.5-beta-2"