Skip to content

Commit

Permalink
Update version info for 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rawlins committed Oct 10, 2018
1 parent 59560df commit 7d29c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lamb/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__all__ = ['utils', 'types', 'meta', 'lang', 'tree_mini', 'parsing', 'magics',
'lnsetup', 'display', 'combinators']

__version_info__ = (0, 6, 3)
__version_info__ = (0, 6, 5)
__release__ = False
__version__ = ".".join(str(i) for i in __version_info__)

0 comments on commit 7d29c16

Please sign in to comment.