We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 493cb35 commit ae33027Copy full SHA for ae33027
{{cookiecutter.project_name}}/scripts/setup-release.py
@@ -4,12 +4,12 @@
4
import subprocess
5
from typing import Optional
6
7
+from util import REPO_FOLDER
8
from util import bump_version
9
from util import check_dependencies
10
from util import create_release_branch
-from util import get_package_version
11
from util import get_bumped_package_version
12
-from util import REPO_FOLDER
+from util import get_package_version
13
14
15
def main() -> None:
0 commit comments