diff --git a/amqtt/__init__.py b/amqtt/__init__.py index e0d16fbf..81e97d5e 100644 --- a/amqtt/__init__.py +++ b/amqtt/__init__.py @@ -1,3 +1,3 @@ # See the file license.txt for copying permission. -__version__ = "0.10.0-alpha.4" +__version__ = "0.10.0" diff --git a/docs/changelog.rst b/docs/changelog.rst index 092a2225..24fe97d5 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,8 +1,8 @@ Changelog --------- -0.10.0 - [2021-07-07] ---------------------- +0.10.0 - 2021-08-04 +------------------- * first release under new package name: amqtt * reworked unit tests diff --git a/pyproject.toml b/pyproject.toml index 244b6612..c56f6378 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "amqtt" -version = "0.10.0-alpha.4" +version = "0.10.0" description = "MQTT client/broker using Python asyncio" authors = ["aMQTT Contributers"] license = "MIT"