We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdb3e2d commit cead96bCopy full SHA for cead96b
.github/README.md
@@ -99,7 +99,7 @@ To stop playing press Ctrl+C in either the terminal or mpv
99
<details><summary>List all subcommands</summary>
100
101
$ library
102
- library (v3.0.067; 100 subcommands)
+ library (v3.0.068; 100 subcommands)
103
104
Create database subcommands:
105
╭─────────────────┬──────────────────────────────────────────╮
library/__main__.py
@@ -5,7 +5,7 @@
5
from library.utils import argparse_utils, iterables
6
from library.utils.log_utils import log
7
8
-__version__ = "3.0.067"
+__version__ = "3.0.068"
9
10
progs = {
11
"Create database subcommands": {
0 commit comments