Skip to content

Commit

Permalink
Bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jlumpe committed Jan 7, 2024
1 parent 0251b90 commit 27b92cf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions emacs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
"""Python interface to GNU Emacs."""

__author__ = 'Jared Lumpe'
__email__ = '[email protected]'
__version__ = '0.2.0'
__version__ = '0.2.1'


from .emacs import EmacsBatch, EmacsClient, ElispException
Expand Down

0 comments on commit 27b92cf

Please sign in to comment.