Skip to content

Commit

Permalink
Bumps version to v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-j-h committed Aug 13, 2017
1 parent 6a030fb commit f060479
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libsweep/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project(sweep C CXX)

set(SWEEP_VERSION_MAJOR 1)
set(SWEEP_VERSION_MINOR 2)
set(SWEEP_VERSION_PATCH 2)
set(SWEEP_VERSION_PATCH 3)


option(DUMMY "Build dummy libsweep always returning static point cloud data. No device needed." OFF)
Expand Down
2 changes: 1 addition & 1 deletion sweepjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sweepjs",
"version": "1.2.2",
"version": "1.2.3",
"description": "Native module for the Sweep LiDAR",
"keywords": [
"addon",
Expand Down
2 changes: 1 addition & 1 deletion sweeppy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
readme_content = f.read()

setup(name='sweeppy',
version='1.2.2',
version='1.2.3',
description='Python bindings for libsweep',
long_description=readme_content,
author='Scanse',
Expand Down

0 comments on commit f060479

Please sign in to comment.