Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit a330b7f

Browse files
Update publish (#202)
Fix VERSION_FILE
1 parent 3b83db0 commit a330b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh -e
22

3-
VERSION_FILE="httpcore/__init__.py"
3+
VERSION_FILE="databases/__init__.py"
44
PYTHONPATH=.
55

66
if [ -d 'venv' ] ; then

0 commit comments

Comments
 (0)