Version bump to 1.0.3

This commit is contained in:
Peter Ruibal 2016-11-27 10:55:04 -08:00
parent cca35992ff
commit a51b6ffa6a
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ __all__ = [
'EditorError',
]
__version__ = '1.0.2'
__version__ = '1.0.3'
class EditorError(RuntimeError):

View File

@ -1,4 +1,4 @@
__VERSION__ = '1.0.2'
__VERSION__ = '1.0.3'
from setuptools import setup
try: