diff --git a/README.md b/README.md index cd76968..deddc60 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ kai yourfile ``` ## Version -`v0.0.4` +`v0.0.5` ## Installation ```shell diff --git a/setup.py b/setup.py index b9a4dec..e25254a 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='kai', - version='0.0.4', + version='0.0.5', description=description, long_description=description, author='Brian Bates',