We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0251b90 commit 27b92cfCopy full SHA for 27b92cf
1 file changed
emacs/__init__.py
@@ -1,8 +1,6 @@
1
"""Python interface to GNU Emacs."""
2
3
-__author__ = 'Jared Lumpe'
4
-__email__ = 'mjlumpe@gmail.com'
5
-__version__ = '0.2.0'
+__version__ = '0.2.1'
6
7
8
from .emacs import EmacsBatch, EmacsClient, ElispException
0 commit comments