From 288eb7248d027bc7129bcfbaf28ae6288acff84c Mon Sep 17 00:00:00 2001 From: Fantix King Date: Thu, 20 Oct 2022 21:53:02 -0400 Subject: [PATCH] edgedb-python 1.0.0b1 --- edgedb/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edgedb/_version.py b/edgedb/_version.py index 37c5dc4f1..1e58373aa 100644 --- a/edgedb/_version.py +++ b/edgedb/_version.py @@ -28,4 +28,4 @@ # supported platforms, publish the packages on PyPI, merge the PR # to the target branch, create a Git tag pointing to the commit. -__version__ = '0.25.0a1' +__version__ = '1.0.0b1'