Skip to content

Commit d6ee323

Browse files
committed
update the last release version to catch main up
1 parent ea829a5 commit d6ee323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

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

10-
LAST_RELEASE_VERSION = Version("0.0.0")
10+
LAST_RELEASE_VERSION = Version("0.2.1")
1111
TAG_VERSION_PATTERN = re.compile(r"^v(\d+\.\d+\.\d+)$")
1212

1313

0 commit comments

Comments
 (0)