Skip to content

Commit

Permalink
update version to 1.6.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
KotlinIsland committed Aug 14, 2022
1 parent d7d2edb commit 45a47cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mypy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

# friendly version information
based_version_info = VersionInfo(
1, 6, 0, "dev", 0, __version__.split("+dev")[0], "dev" if "+dev" in __version__ else "final"
1, 6, 0, "alpha", 1, __version__.split("+dev")[0], "dev" if "+dev" in __version__ else "final"
)
# simple string version with git info
__based_version__ = based_version_info.simple_str()
Expand Down

0 comments on commit 45a47cd

Please sign in to comment.