Skip to content

Commit

Permalink
Increment sweepjs and sweeppy major version
Browse files Browse the repository at this point in the history
  • Loading branch information
dcyoung committed Apr 21, 2017
1 parent b867c37 commit 0e30a5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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": "0.0.1",
"version": "1.0.1",
"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='0.1',
version='1.1',
description='Python bindings for libsweep',
long_description=readme_content,
author='Scanse',
Expand Down

0 comments on commit 0e30a5a

Please sign in to comment.