Added version 0.1.2

pull/90/head
Paris Kasidiaris 2013-10-21 11:54:28 +01:00
parent fc39aaa42d
commit ceb103b7b2
2 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@ -1,5 +1,8 @@
*.py[cod]
# Distribution dir
dist
# Private settings
private_settings.py

View File

@ -11,7 +11,7 @@ OWNER_NAMES = 'emilmont, bogdanm'
OWNER_EMAILS = 'Emilio.Monti@arm.com, Bogdan.Marinescu@arm.com'
setup(name='mbed',
version='0.1.1',
version='0.1.2',
description='Build and test system for mbed',
long_description=DESCRIPTION,
author=OWNER_NAMES,