diff --git a/pyproject.toml b/pyproject.toml index bd38b54..83ac8a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "yappr" -version = "1.0.7" +version = "1.0.8" dependencies = [] requires-python = ">=3" authors = [{ name = "Pradish Bijukchhe", email = "pradish@sandbox.com.np" }] diff --git a/yappr/updater.py b/yappr/updater.py index bcc86e3..06359f5 100644 --- a/yappr/updater.py +++ b/yappr/updater.py @@ -40,7 +40,7 @@ def get_version(self) -> str: def update(self): logger.info("Collecting new packages...") run( - ["pip", "install", "--upgrade", "project-l"], + ["pip", "install", "--upgrade", self.package_name], text=True, stdout=PIPE, stderr=PIPE,