diff --git a/README.md b/README.md index 40af248..7a1257f 100644 --- a/README.md +++ b/README.md @@ -455,7 +455,7 @@ nmcli.set_lang(lang: str) -> None ## Change Log -### 0.10.0 +### 1.0.0 - Handle connection failure exceptions with `nmcli.device.wifi_connect`. - Added wait param to `nmcli.connection.delete`, `nmcli.connection.up`, `nmcli.connection.down`, `nmcli.device.connect`, `nmcli.device.disconnect`, `nmcli.device.delete`, `nmcli.device.wifi_connect`. diff --git a/setup.py b/setup.py index cbdb537..8207242 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def run_tests(self): setup( name='nmcli', - version='0.10.0', + version='1.0.0', author='ushiboy', license='MIT', description='A python wrapper library for the network-manager cli client',