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