Skip to content

Commit 920ff5c

Browse files
committed
rename
1 parent d464502 commit 920ff5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/release.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
MESSAGE_YELLOW = '\033[1;33m{}\033[0m'
3131

3232

33-
def get_current_version():
33+
def print_current_version():
3434
os.system('uv version')
3535

3636

@@ -135,7 +135,7 @@ def assert_files_count_in_package() -> None:
135135

136136

137137
def main():
138-
get_current_version()
138+
print_current_version()
139139
new_version = get_new_version()
140140

141141
update_version_file(new_version)

0 commit comments

Comments
 (0)