From 30102612b7481b2df797e8da8a8b3beaca2224cd Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Fri, 1 May 2020 13:47:29 +0100 Subject: [PATCH] Fix VERSION_FILE in publish script. (#916) --- scripts/publish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish b/scripts/publish index 9b520e28..c0184471 100755 --- a/scripts/publish +++ b/scripts/publish @@ -1,6 +1,6 @@ #!/bin/sh -e -VERSION_FILE="httpx/__init__.py" +VERSION_FILE="httpx/__version__.py" if [ -d 'venv' ] ; then PREFIX="venv/bin/" -- 2.47.3