From 4426d82e1380108fa6d4dbca211f9b53c676e1fb Mon Sep 17 00:00:00 2001 From: Vladimir Turov Date: Thu, 16 Dec 2021 01:30:11 +0300 Subject: [PATCH] Bump version --- hstest/exception/failure_handler.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hstest/exception/failure_handler.py b/hstest/exception/failure_handler.py index 198b47a0..d424d3f8 100644 --- a/hstest/exception/failure_handler.py +++ b/hstest/exception/failure_handler.py @@ -16,7 +16,7 @@ def get_report(): '\n' f'OS {name_os}\n' f'{implementation} {python}\n' - f'Testing library version 6.1' + f'Testing library version 7' ) else: return 'Submitted via web' diff --git a/setup.py b/setup.py index e2be685c..111b08fd 100644 --- a/setup.py +++ b/setup.py @@ -5,10 +5,10 @@ setup( name="hs-test-python", - version="6.1.0", + version="7.0.0", author="Vladimir Turov", author_email="vladimir.turov@stepik.org", - description="A small framework that simplifies testing educational projects for https://hyperskill.org/.", + description="A framework that simplifies testing educational projects for https://hyperskill.org/.", long_description=readme, long_description_content_type="text/markdown", url="https://github.com/hyperskill/hs-test-python",