From 457606d1225cad6e825f89371f6e31d28acf56e6 Mon Sep 17 00:00:00 2001 From: Ryan Mast Date: Fri, 24 Oct 2025 14:17:40 -0700 Subject: [PATCH] chore(python): bump version number to 0.0.0.dev3 (#214) --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 2564383..162f4b7 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dapper-python" -version = "0.0.0.dev2" +version = "0.0.0.dev3" description = "A Python package for interacting with DAPper datasets" authors = [ { name = "Ryan Mast", email = "mast9@llnl.gov" }