Skip to content

Commit

Permalink
Fix typo on version str
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Mar 12, 2023
1 parent 72794d5 commit 63acfdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bugbear.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import attr
import pycodestyle

__version__ = "23.3.12`
__version__ = "23.3.12"

LOG = logging.getLogger("flake8.bugbear")
CONTEXTFUL_NODES = (
Expand Down

0 comments on commit 63acfdc

Please sign in to comment.