mirror of
https://github.com/shadoll/moma.git
synced 2026-08-28 03:27:34 +00:00
feat: Bump version to 0.2.6, update release process, and modify dependency sync command
This commit is contained in:
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
+1
-1
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "renamer"
|
||||
version = "0.2.5"
|
||||
version = "0.2.6"
|
||||
description = "Terminal-based media file renamer and metadata viewer"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
|
||||
+1
-1
@@ -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...")
|
||||
|
||||
Reference in New Issue
Block a user