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 4f6b171 commit 1b6113bCopy full SHA for 1b6113b
utils/lit/lit/__init__.py
@@ -2,7 +2,7 @@
2
3
__author__ = 'Daniel Dunbar'
4
__email__ = '[email protected]'
5
-__versioninfo__ = (0, 8, 0)
+__versioninfo__ = (0, 10, 0)
6
__version__ = '.'.join(str(v) for v in __versioninfo__) + 'dev'
7
8
__all__ = []
0 commit comments