Skip to content

Commit

Permalink
upped version number to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
greenbreakfast committed Feb 4, 2021
1 parent 68e1ebd commit 719f74a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

Common library for Onion Tau LiDAR Camera

![Onion Tau Lidar Camera](./docs/img/onion-tau-lidar-camera-00.png)
![Onion Tau Lidar Camera](https://github.com/OnionIoT/tau-lidar-common/blob/master/docs/img/onion-tau-lidar-camera-00.png)

## Main Features

TODO: add very brief overview of the main features of the library
* Methods and objects to compose, colour, and store 3D frames based on collected data

## Installation & Supported Versions

Expand Down
2 changes: 1 addition & 1 deletion TauLidarCommon/__version__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Version of the package
__title__ = 'TauLidarCommon'
__description__ = 'Tau LiDAR common package'
__version__ = '0.0.1'
__version__ = '0.0.2'
__author__ = 'Onion Corporation'
__author_email__ = 'hello@onioniot.com'
__license__ = 'MIT'
Expand Down

0 comments on commit 719f74a

Please sign in to comment.