Skip to content

Commit

Permalink
ope
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Jul 11, 2024
1 parent 3a02761 commit 9e04ad9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ body:
- "Yes, but I can only provide ideas and feedback."
- "No, I cannot contribute."
validations:
required: true
required: false
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ body:
- "Yes, but I can only provide ideas and feedback."
- "No, I cannot contribute."
validations:
required: true
required: false
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


try:
__version__ = version("cool_seq_tool")
__version__ = version("{{ cookiecutter.project_slug }}")
except PackageNotFoundError:
__version__ = "unknown"
finally:
Expand Down

0 comments on commit 9e04ad9

Please sign in to comment.