From 054c0009c68d9d52baa021879dc036fb37c2123f Mon Sep 17 00:00:00 2001 From: acostapazo Date: Tue, 24 Sep 2019 19:29:08 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46598ca..444233e 100644 --- a/README.md +++ b/README.md @@ -152,4 +152,4 @@ pip install -e . && pytest python setup.py sdist bdist_wheel twine check dist/* twine upload --repository-url https://upload.pypi.org/legacy/ dist/* -~~ \ No newline at end of file +~~~