Skip to content

Commit 27b92cf

Browse files
committed
Bump version to 0.2.1
1 parent 0251b90 commit 27b92cf

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

emacs/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
"""Python interface to GNU Emacs."""
22

3-
__author__ = 'Jared Lumpe'
4-
__email__ = 'mjlumpe@gmail.com'
5-
__version__ = '0.2.0'
3+
__version__ = '0.2.1'
64

75

86
from .emacs import EmacsBatch, EmacsClient, ElispException

0 commit comments

Comments
 (0)