Skip to content

Commit ce6d193

Browse files
committed
Add comment to editor.py, version bump to 0.3
1 parent 74e26ea commit ce6d193

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
@@ -1,4 +1,6 @@
11
#!/usr/bin/env python
2+
"""Tools for invoking editors programmatically."""
3+
24
from __future__ import print_function
35

46
import locale

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.2'
3+
version = '0.3'
44

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

0 commit comments

Comments
 (0)