Skip to content

Commit ec78bf3

Browse files
Bump version to 5.5.3
1 parent 27768b0 commit ec78bf3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

isort/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.5.2"
1+
__version__ = "5.5.3"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ line-length = 100
33

44
[tool.poetry]
55
name = "isort"
6-
version = "5.5.2"
6+
version = "5.5.3"
77
description = "A Python utility / library to sort Python imports."
88
authors = ["Timothy Crosley <[email protected]>"]
99
license = "MIT"

0 commit comments

Comments
 (0)