howdyho 3.0.1

This commit is contained in:
2022-07-01 01:21:33 +03:00
parent fedc627baf
commit e004bd9a06
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
__version__ = "3.0.1"
__all__ = ["while_true_print_howdyho_help"]
def while_true_print_howdyho_help():
while True:
print("Хаудихо помоги")

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "howdyho"
version = "3.0"
version = "3.0.1"
readme = "README.md"
description = "Забавный скрипт, без остановки печатающий фразу \"Хаудихо помоги\"."
license = "MIT"