Skip to content

Commit ceb103b

Browse files
committed
Added version 0.1.2
1 parent fc39aaa commit ceb103b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
*.py[cod]
22

3+
# Distribution dir
4+
dist
5+
36
# Private settings
47
private_settings.py
58

@@ -53,4 +56,4 @@ uVision Project/
5356
debug.log
5457

5558
# Ignore OS X Desktop Services Store files
56-
.DS_Store
59+
.DS_Store

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.1',
14+
version='0.1.2',
1515
description='Build and test system for mbed',
1616
long_description=DESCRIPTION,
1717
author=OWNER_NAMES,

0 commit comments

Comments
 (0)