Skip to content

Commit f26d8a7

Browse files
authored
Update last release version (#473)
Update last release version for 0.5.0 release. Signed-off-by: Dan Huang <dahuang@redhat.com>
1 parent d83bd3e commit f26d8a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from setuptools import setup
77
from setuptools_git_versioning import count_since, get_branch, get_sha, get_tags
88

9-
LAST_RELEASE_VERSION = Version("0.3.0")
9+
LAST_RELEASE_VERSION = Version("0.4.0")
1010
TAG_VERSION_PATTERN = re.compile(r"^v(\d+\.\d+\.\d+)$")
1111

1212

0 commit comments

Comments
 (0)