Skip to content

Commit

Permalink
Version bump to 2.2.1 (issues #132, #248, #249, #250, #251)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Jul 17, 2015
1 parent 9379c3c commit bfb801a
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
@@ -1,7 +1,7 @@
# Copyright (C) Ivan Kravets <[email protected]>
# See LICENSE for details.

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

__title__ = "platformio"
Expand Down

0 comments on commit bfb801a

Please sign in to comment.