Skip to content

Commit

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

setup(
name="hs-test-python",
version="5.0.0",
version="6.0.0",
author="Vladimir Turov",
author_email="[email protected]",
description="A small framework that simplifies testing educational projects for https://hyperskill.org/.",
Expand Down

0 comments on commit d9058e4

Please sign in to comment.