From 07b71e19ed5eb9b9f89cd4f7c769b266bc4e650c Mon Sep 17 00:00:00 2001 From: Rodrigo Castellon Date: Tue, 14 Feb 2023 17:13:45 -0800 Subject: [PATCH] increment version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 45fc0a3f..675d056f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "wearipedia" -version = "0.1.1" +version = "0.1.2" description = "Wearable data for all" readme = "README.md" authors = ["The Stanford Wearipedia Project "]