From ca8ec1d0cba0cb3025900b11c6776ffcc93405b0 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 2 Jul 2026 19:04:09 +0000 Subject: [PATCH] Update version.py to 2.3.0 --- src/datajoint/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/datajoint/version.py b/src/datajoint/version.py index c90b5e57f..8e5397f26 100644 --- a/src/datajoint/version.py +++ b/src/datajoint/version.py @@ -1,4 +1,4 @@ # version bump auto managed by Github Actions: # label_prs.yaml(prep), release.yaml(bump), post_release.yaml(edit) # manually set this version will be eventually overwritten by the above actions -__version__ = "2.2.4" +__version__ = "2.3.0"