diff --git a/pyproject.toml b/pyproject.toml index 7c0185c..4d47915 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pynobo" -version = "1.8.1" +version = "1.9.0" description = "Nobø Hub / Nobø Energy Control TCP/IP Interface" readme = "README.md" license = { text = "GPL-3.0-or-later" } diff --git a/setup.py b/setup.py index c4a91dd..732ea69 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ # For a discussion on single-sourcing the version across setup.py and the # project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='1.8.1', + version='1.9.0', description='Nobø Hub / Nobø Energy Control TCP/IP Interface', license='GPLv3+',