Skip to content

Commit 68f8137

Browse files
Merge pull request #1371 from datajoint/update-version-2.0.0
[github-actions]Update version.py to Release 2.0.0
2 parents a6dd989 + 57167db commit 68f8137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/datajoint/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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__ = "2.0.0a27"
4+
__version__ = "2.0.0"

0 commit comments

Comments
 (0)