Skip to content

Commit a51b6ff

Browse files
committed
Version bump to 1.0.3
1 parent cca3599 commit a51b6ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

editor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
'EditorError',
1818
]
1919

20-
__version__ = '1.0.2'
20+
__version__ = '1.0.3'
2121

2222

2323
class EditorError(RuntimeError):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__VERSION__ = '1.0.2'
1+
__VERSION__ = '1.0.3'
22

33
from setuptools import setup
44
try:

0 commit comments

Comments
 (0)