diff --git a/TauLidarServer/__version__.py b/TauLidarServer/__version__.py index d5392a5..b9028db 100644 --- a/TauLidarServer/__version__.py +++ b/TauLidarServer/__version__.py @@ -1,7 +1,7 @@ # Version of the package __title__ = 'TauLidarServer' __description__ = 'Python package for Tau Studio web application' -__version__ = '0.0.6' +__version__ = '0.0.7' __author__ = 'Onion Corporation' __author_email__ = 'hello@onioniot.com' __license__ = 'MIT' diff --git a/setup.py b/setup.py index eea79f0..a24bccc 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ url=about['__url__'], packages=setuptools.find_packages(), install_requires=[ - 'TauLidarCamera>=0.0.4', + 'TauLidarCamera>=0.0.5', 'websockets' ], license=about['__license__'],