Skip to content

Commit 7d29c16

Browse files
committed
Update version info for 0.6.5
1 parent 59560df commit 7d29c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lamb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__all__ = ['utils', 'types', 'meta', 'lang', 'tree_mini', 'parsing', 'magics',
22
'lnsetup', 'display', 'combinators']
33

4-
__version_info__ = (0, 6, 3)
4+
__version_info__ = (0, 6, 5)
55
__release__ = False
66
__version__ = ".".join(str(i) for i in __version_info__)

0 commit comments

Comments
 (0)