From a3300d4beab6197fc4e153c9343819a79d495df9 Mon Sep 17 00:00:00 2001 From: Brent Yi Date: Sat, 25 May 2024 00:51:37 -0700 Subject: [PATCH] Bump version to 0.1.31 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e2e975b58..02ac45b7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "viser" -version = "0.1.30" +version = "0.1.31" description = "3D visualization + Python" readme = "README.md" license = { text="MIT" }