Loading wpa_supplicant/__init__.py +2 −2 Original line number Diff line number Diff line """ Async control of WPA-Supplicant from a Python process # Copyright 2019 Dom Sekotill <dom.sekotill@kodo.org.uk> # Copyright 2019-2021 Dom Sekotill <dom.sekotill@kodo.org.uk> # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. Loading @@ -16,4 +16,4 @@ Async control of WPA-Supplicant from a Python process # limitations under the License. """ __version__ = "0.1.3" __version__ = "0.2.0" Loading
wpa_supplicant/__init__.py +2 −2 Original line number Diff line number Diff line """ Async control of WPA-Supplicant from a Python process # Copyright 2019 Dom Sekotill <dom.sekotill@kodo.org.uk> # Copyright 2019-2021 Dom Sekotill <dom.sekotill@kodo.org.uk> # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. Loading @@ -16,4 +16,4 @@ Async control of WPA-Supplicant from a Python process # limitations under the License. """ __version__ = "0.1.3" __version__ = "0.2.0"