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 c62937c commit 9a16442Copy full SHA for 9a16442
src/theme/__init__.py
@@ -1,4 +1,4 @@
1
-VERSION = (0, 5, 5)
+VERSION = (0, 5, 6)
2
__version__ = '.'.join(str(v) for v in VERSION)
3
4
0 commit comments