mirror of https://github.com/ARMmbed/mbed-os.git
Added version 0.1.2
parent
fc39aaa42d
commit
ceb103b7b2
|
@ -1,5 +1,8 @@
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
|
|
||||||
|
# Distribution dir
|
||||||
|
dist
|
||||||
|
|
||||||
# Private settings
|
# Private settings
|
||||||
private_settings.py
|
private_settings.py
|
||||||
|
|
||||||
|
@ -53,4 +56,4 @@ uVision Project/
|
||||||
debug.log
|
debug.log
|
||||||
|
|
||||||
# Ignore OS X Desktop Services Store files
|
# Ignore OS X Desktop Services Store files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -11,7 +11,7 @@ OWNER_NAMES = 'emilmont, bogdanm'
|
||||||
OWNER_EMAILS = 'Emilio.Monti@arm.com, Bogdan.Marinescu@arm.com'
|
OWNER_EMAILS = 'Emilio.Monti@arm.com, Bogdan.Marinescu@arm.com'
|
||||||
|
|
||||||
setup(name='mbed',
|
setup(name='mbed',
|
||||||
version='0.1.1',
|
version='0.1.2',
|
||||||
description='Build and test system for mbed',
|
description='Build and test system for mbed',
|
||||||
long_description=DESCRIPTION,
|
long_description=DESCRIPTION,
|
||||||
author=OWNER_NAMES,
|
author=OWNER_NAMES,
|
||||||
|
|
Loading…
Reference in New Issue