]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Fix VERSION_FILE in publish script. (#916)
authorTom Christie <tom@tomchristie.com>
Fri, 1 May 2020 12:47:29 +0000 (13:47 +0100)
committerGitHub <noreply@github.com>
Fri, 1 May 2020 12:47:29 +0000 (13:47 +0100)
scripts/publish

index 9b520e2877e228d5dadf76fdac318f964426f11a..c0184471a3d3a71d7ef5cdf902e9d8c695d51379 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 
-VERSION_FILE="httpx/__init__.py"
+VERSION_FILE="httpx/__version__.py"
 
 if [ -d 'venv' ] ; then
     PREFIX="venv/bin/"