diff --git a/hstest/exception/failure_handler.py b/hstest/exception/failure_handler.py index 61ba042a..0a1ae7e4 100644 --- a/hstest/exception/failure_handler.py +++ b/hstest/exception/failure_handler.py @@ -13,7 +13,7 @@ def get_report(): '\n' f'OS {name_os}\n' f'{implementation} {python}\n' - f'Testing library version 5' + f'Testing library version 6' ) else: return 'Submitted via web' diff --git a/setup.py b/setup.py index 2715656c..932a18d3 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="hs-test-python", - version="5.0.0", + version="6.0.0", author="Vladimir Turov", author_email="vladimir.turov@stepik.org", description="A small framework that simplifies testing educational projects for https://hyperskill.org/.",