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 59560df commit 7d29c16Copy full SHA for 7d29c16
lamb/__init__.py
@@ -1,6 +1,6 @@
1
__all__ = ['utils', 'types', 'meta', 'lang', 'tree_mini', 'parsing', 'magics',
2
'lnsetup', 'display', 'combinators']
3
4
-__version_info__ = (0, 6, 3)
+__version_info__ = (0, 6, 5)
5
__release__ = False
6
__version__ = ".".join(str(i) for i in __version_info__)
0 commit comments