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 aa3aecb commit d5d422bCopy full SHA for d5d422b
voila/_version.py
@@ -15,7 +15,7 @@
15
from collections import namedtuple
16
17
# Use "hatch version xx.yy.zz" to handle version changes
18
-__version__ = "0.4.0"
+__version__ = "0.4.1"
19
20
# PEP440 version parser
21
_version_regex = re.compile(
0 commit comments