diff --git a/pyproject.toml b/pyproject.toml index da861a6..5524dd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bluetooth-mesh" -version = "0.9.2" +version = "0.9.3" readme = "README.rst" authors = [ { name = "Michał Lowas-Rzechonek", email = "michal.lowas-rzechonek@silvair.com" }, @@ -12,11 +12,12 @@ authors = [ { name = "Jakub Witowski", email = "jakub.witowski@silvair.com" }, { name = "Kamil Janowski", email = "kamil.janowski@silvair.com" }, { name = "Przemysław Fierek", email = "przemyslaw.fierek@silvair.com" }, - { name = "Rafał Gajda", email = "rafal.gajda@silvair.com" } + { name = "Rafał Gajda", email = "rafal.gajda@silvair.com" }, + { name = "Patryk Bieleń", email = "patryk.bielen@silvair.com"} ] dependencies = [ - "bluetooth-mesh-messages>=0.9", - "bluetooth-mesh-network>=0.9", + "bluetooth-mesh-messages>=0.9,<0.10", + "bluetooth-mesh-network>=0.9,<0.10", ] classifiers = [ "Development Status :: 4 - Beta", @@ -30,5 +31,5 @@ classifiers = [ [project.optional-dependencies] bluez = [ - "bluetooth-mesh-bluez>=0.9.1", + "bluetooth-mesh-bluez>=0.9.1,<0.10", ]