From f5b145c73eae8ab87ba11607a0bd19fee8420220 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 24 Mar 2025 14:18:40 +0000 Subject: [PATCH] Update version.py to 0.14.4 --- datajoint/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datajoint/version.py b/datajoint/version.py index c980ad0d0..3f48dc939 100644 --- a/datajoint/version.py +++ b/datajoint/version.py @@ -1,6 +1,6 @@ # 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__ = "0.14.3" +__version__ = "0.14.4" assert len(__version__) <= 10 # The log table limits version to the 10 characters