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

Commit

Permalink
Bump version to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Collingham committed Nov 21, 2020
1 parent 38b1ae3 commit 9ec3fbd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pytest_commander/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_commander/web_client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pytest_commander",
"version": "2.3.0",
"version": "2.3.1",
"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_commander",
version="2.3.0",
version="2.3.1",
author="Ryan Collingham",
author_email="[email protected]",
description="An interactive GUI test runner for PyTest",
Expand Down

0 comments on commit 9ec3fbd

Please sign in to comment.