From 31a9afd2f11188f126d0840ab3cac7cea5be54e0 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 5 Feb 2026 18:36:01 +0000 Subject: [PATCH] Update version.py to 2.0.2 --- 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 551aaff5a..55ac69e37 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.0.1" +__version__ = "2.0.2"