diff --git a/pyblnet/__init__.py b/pyblnet/__init__.py index 8ae78e5..cc29845 100644 --- a/pyblnet/__init__.py +++ b/pyblnet/__init__.py @@ -10,7 +10,7 @@ except ImportError as e: warnings.warn(ImportWarning(e)) -VERSION = (0, 8, 0) +VERSION = (0, 8, 1) __version__ = '.'.join([str(i) for i in VERSION]) __author__ = 'nielstron' diff --git a/setup.py b/setup.py index 0de0bd0..03386ee 100644 --- a/setup.py +++ b/setup.py @@ -44,6 +44,7 @@ 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', ], keywords='python uvr1611 blnet technische alternative home automation iot', python_requires='>=3',