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 ea829a5 commit d6ee323Copy full SHA for d6ee323
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.2.1")
11
TAG_VERSION_PATTERN = re.compile(r"^v(\d+\.\d+\.\d+)$")
12
13
0 commit comments