From b6b5df6c7b0e518cb721ad6468119d2fb093230d Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Tue, 31 Oct 2023 19:44:55 -0400 Subject: [PATCH] bump version (#186) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bf49da88..76cae9c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lonboard" -version = "0.2.0-alpha.1" +version = "0.2.0-beta.1" description = "Extremely fast geospatial data visualization in Python." authors = ["Kyle Barron "] license = "MIT"