Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
pelinski committed Jan 31, 2025
2 parents 07989fc + c50c509 commit 1a917dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/dev.test-dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ echo "\nCreating test-env..."
python -m venv test-env
source test-env/bin/activate
echo "\nInstalling pybela from dist..."
pip install ../dist/pybela-2.0.1-py3-none-any.whl
pip install ../dist/pybela-2.0.2-py3-none-any.whl
echo "\nRunning test.py..."
python test.py
deactivate
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def load_requirements(filename):

setuptools.setup(
name="pybela",
version="2.0.1",
version="2.0.2",
author="Teresa Pelinski",
author_email="[email protected]",
description="pybela allows interfacing with Bela, the embedded audio platform, using python. It offers a convenient way to stream data between Bela and python, in both directions. In addition to data streaming, pybela supports data logging, as well as variable monitoring and control functionalities.",
Expand Down

0 comments on commit 1a917dc

Please sign in to comment.