Skip to content

Commit fb26049

Browse files
author
Khole
committed
pyhiveapi 0.5.9
1 parent d24b65e commit fb26049

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyhiveapi/apyhiveapi/api/hive_auth_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ async def generate_hash_device(self, device_group_key, device_key):
204204
).decode("utf-8"),
205205
"Salt": base64.standard_b64encode(bytearray.fromhex(salt)).decode("utf-8"),
206206
}
207-
self.password = device_password
207+
self.devicePassword = device_password
208208
return device_secret_verifier_config
209209

210210
async def get_device_authentication_key(

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def requirements_from_file(filename="requirements.txt"):
1515

1616

1717
setup(
18-
version="0.5.8",
18+
version="0.5.9",
1919
package_data={"data": ["*.json"]},
2020
include_package_data=True,
2121
cmdclass={

0 commit comments

Comments
 (0)