From 202705e522991e1cff1b98f9b9871a1e06970367 Mon Sep 17 00:00:00 2001 From: Marcin Ochman <55946922+marcin-ochman@users.noreply.github.com> Date: Tue, 2 Jul 2024 08:18:16 +0200 Subject: [PATCH] Bump version to 0.0.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a831a96..92179a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "ds-splat" -version = "0.0.1" +version = "0.0.2" description = "A CUDA-based gaussian splatting rasterizer extension for PyTorch." license = "Apache-2.0" readme = "README.md"