Add comment to editor.py, version bump to 0.3

This commit is contained in:
Peter Ruibal 2015-07-16 10:45:58 -07:00
parent 74e26eabae
commit ce6d1937d8
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
#!/usr/bin/env python
"""Tools for invoking editors programmatically."""
from __future__ import print_function
import locale

View File

@ -1,6 +1,6 @@
from setuptools import setup
version = '0.2'
version = '0.3'
setup(
name='python-editor',