We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d464502 commit 920ff5cCopy full SHA for 920ff5c
1 file changed
script/release.py
@@ -30,7 +30,7 @@
30
MESSAGE_YELLOW = '\033[1;33m{}\033[0m'
31
32
33
-def get_current_version():
+def print_current_version():
34
os.system('uv version')
35
36
@@ -135,7 +135,7 @@ def assert_files_count_in_package() -> None:
135
136
137
def main():
138
- get_current_version()
+ print_current_version()
139
new_version = get_new_version()
140
141
update_version_file(new_version)
0 commit comments