~linuxgoose/linguistics-robin

ece9cb5f6f6bf7a1c3c09e85f32dd34225c23a95 — Jordan 8 months ago 83d534e
Fix readme and version
2 files changed, 2 insertions(+), 2 deletions(-)

M README.md
M linguistics_robin/__init__.py
M README.md => README.md +1 -1
@@ 18,7 18,7 @@ More will be added in the future.

## Installation (in progress)

The module is available in PyPI, just use `pip install linguistics-robin`.
The module is available in PyPI, just use `pip install linguistics_robin`.


## Usage

M linguistics_robin/__init__.py => linguistics_robin/__init__.py +1 -1
@@ 6,4 6,4 @@ from .phonetics import (Soundex,
                        Lein,
                        RefinedSoundex)

__version__ = '0.5.3'
__version__ = '0.5.4'