From d25e79db13ad3337af2d64957773be796b7d614f Mon Sep 17 00:00:00 2001 From: Will Epperson Date: Mon, 6 May 2024 17:29:08 -0400 Subject: [PATCH] chore: 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 32a1871..281508b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "texture-viz" -version = "0.0.1" +version = "0.0.2" description = "Process and profile text datasets interactively" authors = ["Will Epperson "] readme = "README.md"