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

Binary file not shown.

Binary file not shown.

BIN
dist/renamer-0.2.6-py3-none-any.whl vendored Normal file

Binary file not shown.

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "renamer" name = "renamer"
version = "0.2.5" version = "0.2.6"
description = "Terminal-based media file renamer and metadata viewer" description = "Terminal-based media file renamer and metadata viewer"
readme = "README.md" readme = "README.md"
requires-python = ">=3.11" requires-python = ">=3.11"

View File

@@ -5,7 +5,7 @@ def main():
try: try:
# Bump version # Bump version
print("Bumping version...") print("Bumping version...")
subprocess.run([sys.executable, '-m', 'renamer.bump'], check=True) subprocess.run(['uv', 'run', 'bump-version'], check=True)
# Sync dependencies # Sync dependencies
print("Syncing dependencies...") print("Syncing dependencies...")

2
uv.lock generated
View File

@@ -164,7 +164,7 @@ wheels = [
[[package]] [[package]]
name = "renamer" name = "renamer"
version = "0.2.5" version = "0.2.6"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "langcodes" }, { name = "langcodes" },