Skip to content

Commit

Permalink
setup.py: version to 0.0.9 and update description
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxxzer committed Sep 4, 2019
1 parent f50b954 commit 5aa4161
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
from setuptools import setup, find_packages

long_description = """
Python library for the Ping sonar. Ping is the simple,
affordable, and compact ultrasonic altimeter for any aquatic project.
Python library for the Blue Robotics ping-protocol, and devices that implement it.
This library exposes all functionality of the device, such as getting profiles,
controlling parameters, switching modes, or just simply reading in the distance measurement."""
This library provides message apis to use the protocol, as well as device apis to use with the
Blue Robotics Ping Echosounder and Ping360 scanning sonar.
"""

setup(name='bluerobotics-ping',
version='0.0.7',
description='A python module for the Blue Robotics Ping1D echosounder',
version='0.0.9',
description='A python module for the Blue Robotics ping-protocol and products',
long_description=long_description,
long_description_content_type='text/markdown',
author='Blue Robotics',
Expand Down

0 comments on commit 5aa4161

Please sign in to comment.