From 1235426f61a33e9cae5bc2ee7e778435bebb3d47 Mon Sep 17 00:00:00 2001 From: Alex Cabrera Date: Wed, 27 Sep 2023 11:38:36 -0400 Subject: [PATCH] build: bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 25aba6c..9509c54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "zeno-client" -version = "0.1.6" +version = "0.1.7" description = "Python client for creating new Zeno projects and uploading data." authors = ["Zeno Team "] license = "MIT"