Skip to content

Commit

Permalink
Merge pull request #96 from stegut01/versioning
Browse files Browse the repository at this point in the history
Added correct package versioning after greentea v0.2.0 was released.
  • Loading branch information
PrzemekWirkus committed Mar 4, 2016
2 parents 02f0aa6 + 10109b2 commit b034b8e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 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.19',
version='0.1.20',
description=DESCRIPTION,
long_description=read('README.md'),
author=OWNER_NAMES,
Expand All @@ -52,8 +52,7 @@ def read(fname):
"console_scripts": ["mbedgt=mbed_greentea.mbed_greentea_cli:main",],
},
install_requires=["PrettyTable>=0.7.2",
"PySerial==2.7",
"mbed-host-tests>=0.1.18",
"mbed-host-tests<0.2.0",
"mbed-ls",
"junit-xml",
"lockfile",
Expand Down

0 comments on commit b034b8e

Please sign in to comment.