Skip to content

Commit

Permalink
3.0.036
Browse files Browse the repository at this point in the history
  • Loading branch information
chapmanjacobd committed Jan 3, 2025
1 parent 75bb7f9 commit 922929f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ To stop playing press Ctrl+C in either the terminal or mpv
<details><summary>List all subcommands</summary>

$ library
library (v3.0.035; 99 subcommands)
library (v3.0.036; 99 subcommands)

Create database subcommands:
╭─────────────────┬──────────────────────────────────────────╮
Expand Down
2 changes: 1 addition & 1 deletion library/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from library.utils import argparse_utils, iterables
from library.utils.log_utils import log

__version__ = "3.0.035"
__version__ = "3.0.036"

progs = {
"Create database subcommands": {
Expand Down
2 changes: 1 addition & 1 deletion library/playback/play_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,8 @@ def process_playqueue(args) -> None:
media = db_media.natsort_media(args, media)

if args.re_rank:
import pandas as pd
import numpy as np
import pandas as pd

from library.utils import pd_utils

Expand Down

0 comments on commit 922929f

Please sign in to comment.