Skip to content

Commit cca3599

Browse files
committed
Version bump (1.0.2)
1 parent 9186bd7 commit cca3599

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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__ = '0.4'
20+
__version__ = '1.0.2'
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.1'
1+
__VERSION__ = '1.0.2'
22

33
from setuptools import setup
44
try:

0 commit comments

Comments
 (0)