We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d83bd3e commit f26d8a7Copy full SHA for f26d8a7
1 file changed
setup.py
@@ -6,7 +6,7 @@
6
from setuptools import setup
7
from setuptools_git_versioning import count_since, get_branch, get_sha, get_tags
8
9
-LAST_RELEASE_VERSION = Version("0.3.0")
+LAST_RELEASE_VERSION = Version("0.4.0")
10
TAG_VERSION_PATTERN = re.compile(r"^v(\d+\.\d+\.\d+)$")
11
12
0 commit comments