From 7abbd05b2757015a964c0e62eacc13220cbbaf51 Mon Sep 17 00:00:00 2001 From: Peter-van-Tol Date: Sun, 23 Jun 2024 22:29:04 +0200 Subject: [PATCH] Bumpversion for alpha-release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9deab05..60a566f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ # The version entry must be present, however it is further ignored by the build # process; the version is automatically set by using ``poetry-dynamic-versioning``. name = "pydantic-shapely" -version = "0.0.0" +version = "1.0.0a0" description = "Add a short description here!" authors = ["Peter van Tol "] license = "MIT"