Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Bump version number to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Collingham committed Aug 3, 2020
1 parent 4d83bac commit fe28af2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pytest_web_ui/web_client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pytest_web_ui/web_client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pytest_web_ui",
"version": "1.2.0",
"version": "1.3.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.27",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def main():

setuptools.setup(
name="pytest_web_ui",
version="1.2.0",
version="1.3.0",
author="Ryan Collingham",
author_email="[email protected]",
description="An interactive web UI test runner for PyTest",
Expand Down

0 comments on commit fe28af2

Please sign in to comment.