Skip to content

Commit

Permalink
update version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KotlinIsland committed Jul 12, 2022
1 parent 704a231 commit 0b4e752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mypy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
1,
4,
0,
"rc",
2,
"final",
0,
__version__.split("+dev")[0],
"dev" if "+dev" in __version__ else "final",
)
Expand Down

0 comments on commit 0b4e752

Please sign in to comment.