We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c1be5 commit 0bcbdc4Copy full SHA for 0bcbdc4
lux/_version.py
@@ -1,5 +1,5 @@
1
#!/usr/bin/env python
2
# coding: utf-8
3
4
-version_info = (0, 4, 0)
+version_info = (0, 5, 0)
5
__version__ = ".".join(map(str, version_info))
0 commit comments