Bump version to 4.0.0a7

This commit is contained in:
Ivan Kravets
2019-03-23 17:44:30 +02:00
parent cae708f2d7
commit 51cb87bc6f

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
VERSION = (4, 0, "0a6")
VERSION = (4, 0, "0a7")
__version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio"