Compare commits

...

2 commits

Author SHA1 Message Date
tripleee
5c4d5af302
Merge 82ac49d20b into 323a194ff0 2023-10-16 13:50:05 -05:00
323a194ff0
fix: remove deprecated command from docs 2023-10-16 13:48:41 -05:00
2 changed files with 1 additions and 2 deletions

View file

@ -15,7 +15,6 @@ CLI_DOC_PATH = DOCS_PATH / "cli.md"
cmds := dict.fromkeys(
(
"list",
"exe",
"manage",
"freeze",
"shim",

View file

@ -53,7 +53,7 @@ from typing import (
Union,
)
__version__ = "2023.1003"
__version__ = "2023.1003-dev"
class Spinner: