We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d8f86a commit ace30efCopy full SHA for ace30ef
src/theme/__init__.py
@@ -1,4 +1,4 @@
1
-VERSION = (0, 6, 2)
+VERSION = (0, 6, 3)
2
__version__ = '.'.join(str(v) for v in VERSION)
3
4
0 commit comments