# SPDX-FileCopyrightText: Christian Amsüss and the aiocoap contributors # # SPDX-License-Identifier: MIT #: Make library version internally #: #: This is not supposed to be used in any decision-making process (use package #: dependencies for that) or workarounds, but used by command-line tools or the #: impl-info link to provide debugging information. version = "0.4.17" #: URI used to describe the current version of the library #: #: This is used the same way as `version` but when a URI is required, for #: example as a default value for .well-known/core's rel=impl-info link. library_uri = "https://christian.amsuess.com/tools/aiocoap/#version-" + version #: URI used in error messages that ask the user to file a bug report bugreport_uri = "https://github.com/chrysn/aiocoap/issues"