feat: Bump version to 0.2.6, update release process, and modify dependency sync command
This commit is contained in:
BIN
dist/renamer-0.2.3-py3-none-any.whl
vendored
BIN
dist/renamer-0.2.3-py3-none-any.whl
vendored
Binary file not shown.
BIN
dist/renamer-0.2.4-py3-none-any.whl
vendored
BIN
dist/renamer-0.2.4-py3-none-any.whl
vendored
Binary file not shown.
BIN
dist/renamer-0.2.6-py3-none-any.whl
vendored
Normal file
BIN
dist/renamer-0.2.6-py3-none-any.whl
vendored
Normal file
Binary file not shown.
@@ -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"
|
||||||
|
|||||||
@@ -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