Skip to content

Commit d5d422b

Browse files
committed
Release 0.4.1
1 parent aa3aecb commit d5d422b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

voila/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from collections import namedtuple
1616

1717
# Use "hatch version xx.yy.zz" to handle version changes
18-
__version__ = "0.4.0"
18+
__version__ = "0.4.1"
1919

2020
# PEP440 version parser
2121
_version_regex = re.compile(

0 commit comments

Comments
 (0)