Skip to content

Commit d6fa2a6

Browse files
committed
Version bump to 0.4
Add __version__ to the module itself.
1 parent 2eb2d46 commit d6fa2a6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

editor.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
'EditorError',
1717
]
1818

19+
__version__ = '0.4'
20+
1921

2022
class EditorError(RuntimeError):
2123
pass

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
version = '0.3'
3+
version = '0.4'
44

55
setup(
66
name='python-editor',

0 commit comments

Comments
 (0)