Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
François Leblanc committed Jan 15, 2019
1 parent 05362d8 commit 39af4c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ RED=\033[0;31m
NC=\033[0m # No Color

pypi-test:
setup.py sdist
python setup.py sdist
twine upload dist/* -r testpypi

pypi: pypi-test
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Autocrop changelog

## 0.2.1
## 0.3.0

### Changes
* Add `-r`, `--reject` flag to specify directory where the images that autocrop *couldn't* find a face in are directed to.
Expand Down

0 comments on commit 39af4c6

Please sign in to comment.