Skip to content

Commit 5b5d843

Browse files
committed
Update version when releasing
1 parent 322b776 commit 5b5d843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def release(ctx, version):
6262
run(f"git checkout -b release/{version}")
6363
run(
6464
"git add package.json package-lock.json "
65-
"dash_bootstrap_components/__init__.py "
65+
"dash_bootstrap_components/_version.py "
6666
"tests/test_version.py"
6767
)
6868
run(f'git commit -m "Release {version}"')

0 commit comments

Comments
 (0)