diff --git a/setup.py b/setup.py index 268d77b..6c4c4fd 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( entry_points = { "console_scripts": ['owo = owo.owo:main'] }, - install_requires=['pyowo'], + install_requires=['pyowo==1.0.1'], version = "0.2.0", description = "owoify any text from the command line", author = "Alfie King",