diff --git a/dashboard/package.json b/dashboard/package.json index f29015e..dc9f3e0 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "white-vest", - "version": "0.1.0", + "version": "0.1.1", "dependencies": { "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.5.0", diff --git a/setup.py b/setup.py index 7b92fc9..f599221 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name="whitevest-johnjones4", - version="0.1.0", + version="0.1.1", author="John Jones", author_email="john@johnjones.family", description="White Vest is a project for collecting, logging, emitting, and visualizing telemetry from a model rocket containing an inboard Raspberry Pi Zero with another Raspberry Pi receiving telemetry.",