From 9471e33a5d0002939241deab8d4ffe02cf3f099c Mon Sep 17 00:00:00 2001 From: Fantix King Date: Mon, 29 Jul 2024 17:02:51 -0400 Subject: [PATCH] edgedb-python 2.0.1 Fixes ===== * Allow running release workflow manually (by @elprans in 7141d3ca) * Fix build on GCC 14 (#510) (by @fantix in 45cf86a9 for #510) * Fix codegen due to internal API change (#509) (by @fantix in 640f9ed2 for #506) --- edgedb/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edgedb/_version.py b/edgedb/_version.py index 735846a7..2f8b799a 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__ = '2.0.0' +__version__ = '2.0.1'