From 2aa53c101f52278633f77aea1902861a5cf404d4 Mon Sep 17 00:00:00 2001 From: 苏向夜 Date: Fri, 19 Apr 2024 16:14:16 +0800 Subject: chore(version): bump version to v0.2.0-rc.3 --- pyproject.toml | 2 +- src/ipm/__main__.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ff641d4..74a8e78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ipdm" -version = "0.2.0-rc.2" +version = "0.2.0-rc.3" description = "Infini 包管理器" authors = [ { name = "苏向夜", email = "fu050409@163.com" }, diff --git a/src/ipm/__main__.py b/src/ipm/__main__.py index 36abb2b..f018e9f 100644 --- a/src/ipm/__main__.py +++ b/src/ipm/__main__.py @@ -5,7 +5,6 @@ from ipm.logging import status, error, tada import typer -status.start() main = typer.Typer( name="ipm", help="Infini 包管理器", no_args_is_help=True, add_completion=False ) -- cgit v1.2.3-70-g09d2