diff --git a/setup.py b/setup.py index cca4a35..f62998e 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ with open("README.md", "r", encoding="utf-8") as f: long_description = f.read() -__version__ = "0.0.5" +__version__ = "0.0.6" REPO_NAME = "ficto" AUTHOR_USER_NAME = "taeefnajib"