From e46a94d3a97a2a17b3c07e0503e6126a969bd73c Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Wed, 21 May 2025 16:07:42 -0400 Subject: [PATCH] Bump to 0.1.0-beta.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e0ebf72..dd607b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "obspec" -version = "0.1.0-beta.4" +version = "0.1.0-beta.5" description = "Object storage interface definitions for Python." license = "MIT" readme = "README.md"