Skip to content

Commit

Permalink
update version to 1.5.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
KotlinIsland committed Jul 26, 2022
1 parent 7ffcd53 commit 92160ac
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,
5,
0,
"dev",
0,
"beta",
1,
__version__.split("+dev")[0],
"dev" if "+dev" in __version__ else "final",
)
Expand Down

0 comments on commit 92160ac

Please sign in to comment.