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

Commit

Permalink
Hotfix 0.11.1a0: fixing screenshot url for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Burns committed Oct 25, 2019
1 parent 257d519 commit e322b83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

A modern Python test framework designed to help you find and fix flaws faster.

![screenshot](screenshot.png)
![screenshot](https://raw.githubusercontent.com/darrenburns/ward/master/screenshot.png)

## Features

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
with open("README.md", "r") as fh:
long_description = fh.read()

version = "0.11.0a0"
version = "0.11.1a0"

setup(
name="ward",
Expand Down

0 comments on commit e322b83

Please sign in to comment.