Skip to content

Commit

Permalink
Merge pull request #20 from ionite34/release-0-1-4
Browse files Browse the repository at this point in the history
  • Loading branch information
ionite34 committed Sep 16, 2022
2 parents d5a6777 + c0978b9 commit c7ad8f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ A simple wrapper for text conversion is available through the `aquila-resolve` c
```
~
❯ aquila-resolve
✔ Aquila Resolve v0.1.2
✔ Aquila Resolve v0.1.4
? Text to convert: I read the book, did you read it?
{AY1} {R EH1 D} {DH AH0} {B UH1 K}, {D IH1 D} {Y UW1} {R IY1 D} {IH1 T}?
```
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = Aquila-Resolve
version = 0.1.3
version = 0.1.4
author = ionite
author_email = dev@ionite.io
description = Augmented Neural English G2p converter with Inflectional Orthography.
Expand Down Expand Up @@ -45,4 +45,4 @@ where = src

[options.entry_points]
console_scripts =
aquila-resolve = Aquila_Resolve.cli:main_menu
aquila-resolve = Aquila_Resolve.cli:main_menu
2 changes: 1 addition & 1 deletion src/Aquila_Resolve/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Grapheme to Phoneme Resolver
"""
__version__ = "0.1.3"
__version__ = "0.1.4"

from .g2p import G2p
from .data.remote import download

0 comments on commit c7ad8f8

Please sign in to comment.