diff --git a/CHANGES.rst b/CHANGES.rst index 5bff704..c824a38 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,11 @@ Release History --------------- +0.6 ++++ + +Fixed bug #13 on OSX + 0.5 +++ diff --git a/setup.py b/setup.py index 182ff71..782bcac 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='microrepl', - version='0.5', + version='0.6', description='A REPL client for MicroPython running on the BBC micro:bit.', long_description=readme + '\n\n' + changes, author='Nicholas H.Tollervey',