feat: Bump version to 0.2.6, update release process, and modify dependency sync command

This commit is contained in:
sha
2025-12-27 03:16:57 +00:00
parent c0ce9c8848
commit 140b88c0a8
6 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ def main():
try:
# Bump version
print("Bumping version...")
subprocess.run([sys.executable, '-m', 'renamer.bump'], check=True)
subprocess.run(['uv', 'run', 'bump-version'], check=True)
# Sync dependencies
print("Syncing dependencies...")