Skip to content

Commit 0450436

Browse files
authored
Bump version to 21.0.0git (#124870)
Also clear the release notes.
1 parent 990ff2b commit 0450436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = "Daniel Dunbar"
44
__email__ = "[email protected]"
5-
__versioninfo__ = (20, 0, 0)
5+
__versioninfo__ = (21, 0, 0)
66
__version__ = ".".join(str(v) for v in __versioninfo__) + "dev"
77

88
__all__ = []

0 commit comments

Comments
 (0)