From 2670fb4d47bd14872ebff0519057fbba9a0fb3bd Mon Sep 17 00:00:00 2001 From: kadirnar Date: Wed, 5 Feb 2025 13:39:25 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Update=20version=20to=20v0.1.0?= =?UTF-8?q?=20and=20package=20name=20to=20melotts-plus?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- meloplus/__init__.py | 4 ++-- setup.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8cc5a92..1f10341 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ ## 🛠️ Installation ```bash -pip install meloplus +pip install melotts-plus python -m unidic download ``` diff --git a/meloplus/__init__.py b/meloplus/__init__.py index 3efb6af..73eefd5 100644 --- a/meloplus/__init__.py +++ b/meloplus/__init__.py @@ -1,5 +1,5 @@ from meloplus.api import TTS as MeloInference -__version__ = '0.0.8' -__author__ = 'kadirnar' +__version__ = '0.1.0' +__author__ = 'kadirnardev' __license__ = 'Apache License 2.0' diff --git a/setup.py b/setup.py index ab07e0d..92e4ab9 100644 --- a/setup.py +++ b/setup.py @@ -40,10 +40,10 @@ def get_license(): setuptools.setup( - name='meloplus', + name='melottsplus', version=get_version(), author=get_author(), - author_email='kadir.nar@hotmail.com', + author_email='kadirnardev@gmail.com', license=get_license(), description="Meloplus: Advanced python library for Melotts", long_description=get_long_description(),