We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 990ff2b commit 0450436Copy full SHA for 0450436
lit/__init__.py
@@ -2,7 +2,7 @@
2
3
__author__ = "Daniel Dunbar"
4
__email__ = "[email protected]"
5
-__versioninfo__ = (20, 0, 0)
+__versioninfo__ = (21, 0, 0)
6
__version__ = ".".join(str(v) for v in __versioninfo__) + "dev"
7
8
__all__ = []
0 commit comments