From 8d09e0a19002cc2364e443e879769271aaee21f3 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Wed, 6 May 2026 11:12:23 -0700 Subject: [PATCH] Version: 0.4.0.dev We just released `0.3.0`. For the `main` development branch, we can indicate the next anticipated release + the Python-PEP'd `.dev` suffix until we tag it. (Remove the suffix for release.) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b430d0d..269a045 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pals_schema" -version = "0.3.0" +version = "0.4.0.dev" dependencies = [ "pydantic", "pyyaml",