Skip to content

Commit b5df153

Browse files
committed
fix release script
1 parent 3c62b25 commit b5df153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ validate_version VERSION:
198198
# make sure all places the version appears agree
199199
assert raw_version == tomllib.load(open('pyproject.toml', 'rb'))['project']['version']
200200
assert raw_version == enum_properties.__version__
201-
print(version)
201+
print(raw_version)
202202

203203
# issue a relase for the given semver string (e.g. 2.1.0)
204204
release VERSION:

0 commit comments

Comments
 (0)