From 651afe70f73c9ae7a62fd1787d5d7b4361bfbe7b Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Tue, 28 Feb 2023 14:11:40 -0300
Subject: [PATCH] [pyproject] Revert version tag

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 1baf6c3..856c60e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,7 @@
 
 [project]
 name = "clapper"
-version = "1.0.1b0"
+version = "1.0.0b0"
 requires-python = ">=3.9"
 description = "Configuration Support for Python Packages and CLIs"
 readme = "README.md"
-- 
GitLab