From: Tom Christie Date: Fri, 1 May 2020 12:47:29 +0000 (+0100) Subject: Fix VERSION_FILE in publish script. (#916) X-Git-Tag: 0.13.0.dev1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30102612b7481b2df797e8da8a8b3beaca2224cd;p=thirdparty%2Fhttpx.git Fix VERSION_FILE in publish script. (#916) --- 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/"