Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Turov committed Dec 15, 2021
1 parent 21cf7d3 commit 4426d82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hstest/exception/failure_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

setup(
name="hs-test-python",
version="6.1.0",
version="7.0.0",
author="Vladimir Turov",
author_email="[email protected]",
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",
Expand Down

0 comments on commit 4426d82

Please sign in to comment.