Skip to content

Commit ebdb6ce

Browse files
committed
Base version update to what is pushed as latest to enable PR for base refactor branch
1 parent a4bdbb5 commit ebdb6ce

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.3.0")
1111
TAG_VERSION_PATTERN = re.compile(r"^v(\d+\.\d+\.\d+)$")
1212

1313

0 commit comments

Comments
 (0)