Skip to content

Commit

Permalink
Update setup.cfg
Browse files Browse the repository at this point in the history
Removed ' when searching for version
  • Loading branch information
javixeneize authored May 24, 2021
1 parent f7f0bd9 commit 11cc5c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ search = version='{current_version}'
replace = version='{new_version}'

[bumpversion:file:setup.cfg]
search = current_version = '{current_version}'
replace = current_version = '{new_version}'
search = current_version = {current_version}
replace = current_version = {new_version}

[bdist_wheel]
universal = 1
Expand Down

1 comment on commit 11cc5c6

@fortify-commit-scan
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No weaknesses detected by Fortify Commit Scan in the changed file(s) - keep up the secure coding!

And be sure to incorporate a comprehensive Fortify Static scan (covering 800+ vulnerability categories and advanced detection algorithms) and a Fortify Dynamic scan into your CI/CD pipeline.

Please sign in to comment.