Skip to content

Commit 09f3ff2

Browse files
committed
Correct location of version file
1 parent ce42ebb commit 09f3ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bump-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -o errexit
88
set -o pipefail
99

1010
# Stores the canonical version for the project.
11-
VERSION_FILE=src/example/_version.py
11+
VERSION_FILE=src/trustymail/_version.py
1212
# Files that should be updated with the new version.
1313
VERSION_FILES=("$VERSION_FILE")
1414

0 commit comments

Comments
 (0)