Skip to content

Commit 4f0b989

Browse files
committed
chore: bump version to v0.4.0
1 parent 8be002b commit 4f0b989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/viur/shop/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# For pre-releases, postfix with ".betaN" or ".rcN" where `N` is an incremented number for each pre-release.
33
# This will mark it as a pre-release as well on PyPI.
44

5-
__version__ = "0.3.1"
5+
__version__ = "0.4.0"
66

77
assert __version__.count(".") >= 2 and "".join(__version__.split(".", 3)[:3]).isdigit(), \
88
"Semantic __version__ expected!"

0 commit comments

Comments
 (0)