Skip to content

Commit 63acfdc

Browse files
committed
Fix typo on version str
1 parent 72794d5 commit 63acfdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bugbear.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import attr
1414
import pycodestyle
1515

16-
__version__ = "23.3.12`
16+
__version__ = "23.3.12"
1717

1818
LOG = logging.getLogger("flake8.bugbear")
1919
CONTEXTFUL_NODES = (

0 commit comments

Comments
 (0)