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 a4bdbb5 commit a2d19cdCopy full SHA for a2d19cd
setup.py
@@ -7,7 +7,7 @@
7
from setuptools import setup
8
from setuptools_git_versioning import count_since, get_branch, get_sha, get_tags
9
10
-LAST_RELEASE_VERSION = Version("0.0.0")
+LAST_RELEASE_VERSION = Version("0.3.0")
11
TAG_VERSION_PATTERN = re.compile(r"^v(\d+\.\d+\.\d+)$")
12
13
0 commit comments