Skip to content

Commit

Permalink
updated package version
Browse files Browse the repository at this point in the history
  • Loading branch information
pelinski committed Mar 8, 2024
1 parent 435b451 commit 02d7adc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

setuptools.setup(
name="pybela",
version="0.0.1",
version="0.1.0",
author="Teresa Pelinski",
author_email="[email protected]",
description="pybela allows interfacing with Bela, the embedded audio platform, using Python. pybela provides a convenient way to stream, log, and monitor sensor data from Bela to the host machine.",
description="pybela allows interfacing with Bela, the embedded audio platform, using Python. pybela provides a convenient way to stream, log, and monitor sensor data from your Bela device to your laptop, or alternatively, to send values to a Bela program from your laptop.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/BelaPlatform/pybela",
Expand Down

0 comments on commit 02d7adc

Please sign in to comment.