Skip to content

Commit

Permalink
Bump version to 5.1.1a2
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Feb 27, 2021
1 parent 0b8bd6d commit 81c7e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platformio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

import sys

VERSION = (5, 1, "1a1")
VERSION = (5, 1, "1a2")
__version__ = ".".join([str(s) for s in VERSION])

__title__ = "platformio"
Expand Down

0 comments on commit 81c7e23

Please sign in to comment.