Skip to content

Commit 71c52aa

Browse files
committed
Bumped v0.3.1
Signed-off-by: Vishal Rana <vr@labstack.com>
1 parent 972b061 commit 71c52aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22

33
setup(
44
name='labstack',
5-
version='0.3.0',
5+
version='0.3.1',
66
description='Official Python client library for the LabStack REST API',
77
long_description='`<https://github.com/labstack/labstack-python>`_',
88
keywords='labstack cube email log mqtt store',
9+
url='https://github.com/labstack/labstack-python',
910
author='Vishal Rana',
1011
author_email='vr@labstack.com',
1112
license='MIT',
13+
packages=['labstack'],
1214
install_requires=[
1315
'requests==2.18.1',
1416
'arrow==0.10.0'

0 commit comments

Comments
 (0)