Skip to content

Commit

Permalink
Merge pull request #22 from kadirnar/update_version
Browse files Browse the repository at this point in the history
🚀 Update version to v0.1.0 and package name to melotts-plus
  • Loading branch information
kadirnar authored Feb 5, 2025
2 parents e5e186a + 2670fb4 commit 11ea458
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
## 🛠️ Installation

```bash
pip install meloplus
pip install melotts-plus
python -m unidic download
```

Expand Down
4 changes: 2 additions & 2 deletions meloplus/__init__.py
Original file line number Diff line number Diff line change
@@ -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'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 11ea458

Please sign in to comment.