We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b1a38 commit b305e03Copy full SHA for b305e03
1 file changed
lamb/__init__.py
@@ -2,5 +2,5 @@
2
'lnsetup', 'display', 'combinators']
3
4
__version_info__ = (0, 6, 2)
5
-__release__ = False
6
-__version__ = ".".join(str(i) for i in __version_info__)
+__release__ = True
+__version__ = ".".join(str(i) for i in __version_info__)
0 commit comments