Skip to content

Commit a826819

Browse files
committed
Version 0.1.4
1 parent ceb103b commit a826819

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

MANIFEST

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# file GENERATED by distutils, do NOT edit
2+
LICENSE
3+
__init__.py
4+
description.rst
5+
setup.py

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include __init__.py LICENSE description.rst
2+
graft workspace_tools libraries

__init__.py

Whitespace-only changes.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212

1313
setup(name='mbed',
14-
version='0.1.2',
14+
version='0.1.4',
1515
description='Build and test system for mbed',
1616
long_description=DESCRIPTION,
1717
author=OWNER_NAMES,

0 commit comments

Comments
 (0)