Skip to content

Commit db334ed

Browse files
committed
Bumped v0.6.0
Signed-off-by: Vishal Rana <vr@labstack.com>
1 parent 0af8896 commit db334ed

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

labstack/client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
from .store import _Store
55

66
class _Interceptor(requests.auth.AuthBase):
7-
def __init__(self, api_key):
7+
def __init__(self, account_id, api_key):
8+
self.account_id = account_id
89
self.api_key = api_key
910

1011
def __call__(self, r):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='labstack',
5-
version='0.5.5',
5+
version='0.6.0',
66
description='Official Python client library for the LabStack platform',
77
long_description='`<https://github.com/labstack/labstack-python>`_',
88
keywords='labstack cube email log mqtt store',

0 commit comments

Comments
 (0)