Skip to content

Commit 7c570d1

Browse files
author
github-actions
committed
Update version.py to 0.14.5
1 parent 4fc2cca commit 7c570d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datajoint/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# version bump auto managed by Github Actions:
22
# label_prs.yaml(prep), release.yaml(bump), post_release.yaml(edit)
33
# manually set this version will be eventually overwritten by the above actions
4-
__version__ = "0.14.4"
4+
__version__ = "0.14.5"
55

66
assert len(__version__) <= 10 # The log table limits version to the 10 characters

0 commit comments

Comments
 (0)