Skip to content

Commit

Permalink
v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemekWirkus committed Sep 21, 2015
1 parent f7d9570 commit b24a28a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()

setup(name='mbed-greentea',
version='0.1.4',
version='0.1.5',
description=DESCRIPTION,
long_description=read('README.md'),
author=OWNER_NAMES,
Expand All @@ -53,8 +53,8 @@ def read(fname):
},
install_requires=["PrettyTable>=0.7.2",
"PySerial>=2.7",
"mbed-host-tests>=0.1.9",
"mbed-ls>=0.1.17",
"junit-xml>=1.4",
"mbed-host-tests",
"mbed-ls",
"junit-xml",
"lockfile",
"colorama>=0.3,<0.4"])

0 comments on commit b24a28a

Please sign in to comment.