We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca3599 commit a51b6ffCopy full SHA for a51b6ff
editor.py
@@ -17,7 +17,7 @@
17
'EditorError',
18
]
19
20
-__version__ = '1.0.2'
+__version__ = '1.0.3'
21
22
23
class EditorError(RuntimeError):
setup.py
@@ -1,4 +1,4 @@
1
-__VERSION__ = '1.0.2'
+__VERSION__ = '1.0.3'
2
3
from setuptools import setup
4
try:
0 commit comments