We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a9480 commit f0c56d0Copy full SHA for f0c56d0
ci-scripts/bump-python-version.sh
@@ -5,4 +5,9 @@ source "${SCRIPT_PATH}"/common.sh
5
6
version=$1
7
echo "new version ${version}"
8
-echo "\"\"\"Release version number.\"\"\"\n__version__ = '${version}' # noqa" >> lambda_handlers/version.py
+(
9
+cat <<EOF
10
+"""Release version number."""
11
+__version__ = '${version}' # noqa
12
+EOF
13
+) >lambda_handlers/version.py
setup.py
@@ -1,4 +1,4 @@
1
-"""Define setup function using setup.cfg."""
+"""Define the setup function using setup.cfg."""
2
3
from setuptools import setup
4
0 commit comments