From 090995a066e8394fc7358a889c655fa3020d20d4 Mon Sep 17 00:00:00 2001 From: Yiqin Zhao Date: Fri, 20 Sep 2024 17:46:58 -0400 Subject: [PATCH] chore(server): bumping up version number for release. --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 26f59bf..130b45d 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "arflow" -version = "0.2.0" +version = "0.3.0" description = "ARFlow is a data-sharing layer that enables developer-friendly data streaming, storage, and visualization for augmented reality (AR) device data." authors = ["Yiqin Zhao "] readme = "README.md"