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]
|
[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"
|
||||||
|
|||||||
+1
-1
@@ -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...")
|
||||||
|
|||||||
Reference in New Issue
Block a user