diff --git a/editor.py b/editor.py index 9671d94..54ee697 100755 --- a/editor.py +++ b/editor.py @@ -17,7 +17,7 @@ __all__ = [ 'EditorError', ] -__version__ = '1.0.2' +__version__ = '1.0.3' class EditorError(RuntimeError): diff --git a/setup.py b/setup.py index dd7f215..db32341 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -__VERSION__ = '1.0.2' +__VERSION__ = '1.0.3' from setuptools import setup try: