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