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