Skip to content

Commit

Permalink
Bump version to 5.1.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Jan 27, 2021
1 parent cb9e72a commit bd75c3e
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, "0rc1")
VERSION = (5, 1, "0rc2")
__version__ = ".".join([str(s) for s in VERSION])

__title__ = "platformio"
Expand Down

0 comments on commit bd75c3e

Please sign in to comment.