Skip to content

Commit

Permalink
Update to version 1.2.5
Browse files Browse the repository at this point in the history
Also updated owner list
  • Loading branch information
adbridge authored Jan 18, 2017
1 parent 6cb3e59 commit 49e8b13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@

LICENSE = open('LICENSE').read()
DESCRIPTION = "mbed 3.0 onwards test suite, codename Greentea. The test suite is a collection of tools that enable automated testing on mbed-enabled platforms"
OWNER_NAMES = 'Przemyslaw Wirkus, Azim Khan, Stefan Gutmann'
OWNER_EMAILS = 'Przemyslaw.Wirkus@arm.com, Azim.Khan@arm.com, Stefan.Gutmann@arm.com'
OWNER_NAMES = 'Anna Bridge, Azim Khan'
OWNER_EMAILS = 'Anna.Bridge@arm.com, [email protected]'

# Utility function to cat in a file (used for the README)
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()

setup(name='mbed-greentea',
version='1.2.4',
version='1.2.5',
description=DESCRIPTION,
long_description=read('README.md'),
author=OWNER_NAMES,
Expand Down

0 comments on commit 49e8b13

Please sign in to comment.