diff --git a/dev/dev.test-dist.sh b/dev/dev.test-dist.sh index f16ec66..9cd7b28 100644 --- a/dev/dev.test-dist.sh +++ b/dev/dev.test-dist.sh @@ -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 diff --git a/setup.py b/setup.py index e4a7e61..c0b0b84 100644 --- a/setup.py +++ b/setup.py @@ -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="teresapelinski@gmail.com", 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.",