From d2f2a8915f5137a184b45d3ea67dba244cb27ff2 Mon Sep 17 00:00:00 2001 From: DemonKingSwarn Date: Thu, 1 Feb 2024 01:31:42 +0530 Subject: goodnes f the typos --- pyproject.toml | 2 +- yt_music/__version__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e25703b..5efa70d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "yt-music" -version = "0.0.1a" +version = "0.0.1b" description = "A command line YouTube Music client." authors = ["DemonKingSwarn "] license = "GPLv3" diff --git a/yt_music/__version__.py b/yt_music/__version__.py index 919a733..1d92fa6 100644 --- a/yt_music/__version__.py +++ b/yt_music/__version__.py @@ -1 +1 @@ -__core__ = "0.0.1a" +__core__ = "0.0.1b" -- cgit v1.1