From a179d360187e5497effac15d95156c48818e3172 Mon Sep 17 00:00:00 2001 From: Lloyd Date: Tue, 4 Nov 2025 22:27:44 +0000 Subject: [PATCH] Bump version to 1.0.3 and update pymc_core dependency to 1.0.4 --- pyproject.toml | 4 ++-- repeater/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8044bd6..5f17701 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pymc_repeater" -version = "1.0.2" +version = "1.0.3" authors = [ {name = "Lloyd", email = "lloyd@rightup.co.uk"}, ] @@ -31,7 +31,7 @@ keywords = ["mesh", "networking", "lora", "repeater", "daemon", "iot"] dependencies = [ - "pymc_core[hardware]>=1.0.3", + "pymc_core[hardware]>=1.0.4", "pyyaml>=6.0.0", "cherrypy>=18.0.0", ] diff --git a/repeater/__init__.py b/repeater/__init__.py index 7863915..976498a 100644 --- a/repeater/__init__.py +++ b/repeater/__init__.py @@ -1 +1 @@ -__version__ = "1.0.2" +__version__ = "1.0.3"