diff --git a/howdyho/__init__.py b/howdyho/__init__.py index a36ec2f..a19f3c8 100644 --- a/howdyho/__init__.py +++ b/howdyho/__init__.py @@ -1,3 +1,7 @@ +__version__ = "3.0.1" +__all__ = ["while_true_print_howdyho_help"] + + def while_true_print_howdyho_help(): while True: print("Хаудихо помоги") diff --git a/pyproject.toml b/pyproject.toml index 6a43fc4..82ea556 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "howdyho" -version = "3.0" +version = "3.0.1" readme = "README.md" description = "Забавный скрипт, без остановки печатающий фразу \"Хаудихо помоги\"." license = "MIT"