From 704fef879fd96705b3af0667b04bfb53304c4ed5 Mon Sep 17 00:00:00 2001 From: Raunaq Bhirangi Date: Wed, 15 Jun 2022 11:52:11 -0400 Subject: [PATCH] update setup.py for version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9883e5d..5b6eca8 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def read(fname): setup( name="reskin_sensor", - version="1.0.0", + version="2.0.0", author="Raunaq Bhirangi", author_email="rbhirang@andrew.cmu.edu", description="Data acquisition library for a ReSkin sensor",