-
-
Notifications
You must be signed in to change notification settings - Fork 801
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update project description, history and etc
- Loading branch information
1 parent
c90ef99
commit 466026b
Showing
3 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,4 @@ | |
examples/ide-eclipse/.metadata | ||
examples/ide-eclipse/RemoteSystemsTempFiles | ||
docs/_build | ||
dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
# Copyright (C) Ivan Kravets <[email protected]> | ||
# See LICENSE for details. | ||
|
||
VERSION = (0, 8, "0-dev") | ||
VERSION = (0, 7, 1) | ||
__version__ = ".".join([str(s) for s in VERSION]) | ||
|
||
__title__ = "platformio" | ||
__description__ = ("A cross-platform code builder and library manager") | ||
__description__ = ("A cross-platform code builder and library manager " | ||
"(Arduino, MSP430, ARM)") | ||
__url__ = "http://platformio.ikravets.com" | ||
|
||
__author__ = "Ivan Kravets" | ||
|