Skip to content

Commit

Permalink
Fix issue template bug report number (#286)
Browse files Browse the repository at this point in the history
Have verified that #273 works. But the bug report wasn't quite right,
this fixes that.
  • Loading branch information
paddyroddy authored Jan 24, 2024
1 parent 8847cfc commit b26d809
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ body:
description: |-
Can be found by
```sh
python -c "import {{cookiecutter.package_name}};
print({{cookiecutter.package_name}}.__version__)"
python -c "import {{cookiecutter.package_name}}; print({{cookiecutter.package_name}}.__version__)"
```
validations:
required: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"""An example file."""
from ._version import __version__ # noqa: F401

0 comments on commit b26d809

Please sign in to comment.