Skip to content

Commit

Permalink
upped to version 0.0.7; now requiring requiring TauLidarCamera packag…
Browse files Browse the repository at this point in the history
…e version 0.0.5 or later for this module
  • Loading branch information
greenbreakfast committed Jul 29, 2021
1 parent 93cc978 commit 567d253
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TauLidarServer/__version__.py
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__'],
Expand Down

0 comments on commit 567d253

Please sign in to comment.