Skip to content

Commit 9471e33

Browse files
committed
edgedb-python 2.0.1
Fixes ===== * Allow running release workflow manually (by @elprans in 7141d3c) * Fix build on GCC 14 (#510) (by @fantix in 45cf86a for #510) * Fix codegen due to internal API change (#509) (by @fantix in 640f9ed for #506)
1 parent c47f335 commit 9471e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edgedb/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
# supported platforms, publish the packages on PyPI, merge the PR
2929
# to the target branch, create a Git tag pointing to the commit.
3030

31-
__version__ = '2.0.0'
31+
__version__ = '2.0.1'

0 commit comments

Comments
 (0)