Skip to content

Commit 92aeb9c

Browse files
committed
Ensure the version number is correct
1 parent 7501cec commit 92aeb9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attr/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
from . import validators
3030

3131

32-
__version__ = "17.4.0.dev0"
32+
__version__ = "17.3.0"
3333

3434
__title__ = "attrs"
3535
__description__ = "Classes Without Boilerplate"

0 commit comments

Comments
 (0)