Bump version to 1.0.3 and update pymc_core dependency to 1.0.4

This commit is contained in:
Lloyd
2025-11-04 22:27:44 +00:00
parent 4a9aa89042
commit a179d36018
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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",
]
+1 -1
View File
@@ -1 +1 @@
__version__ = "1.0.2"
__version__ = "1.0.3"