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