Skip to content

Commit

Permalink
Minor release 1.2.1
Browse files Browse the repository at this point in the history
Fix for issue: mbed-ls does not read mocks via import API create()
#120
  • Loading branch information
mazimkhan authored Aug 22, 2016
1 parent 512be96 commit a5be3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()

setup(name='mbed-ls',
version='1.2.0',
version='1.2.1',
description=DESCRIPTION,
long_description=read('README.md'),
author=OWNER_NAMES,
Expand Down

0 comments on commit a5be3e0

Please sign in to comment.