Skip to content

Commit

Permalink
0.2.1: python2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
pltrdy committed Mar 22, 2017
1 parent 1facad3 commit fbfd63d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include README.md
include LICENSE
2 changes: 1 addition & 1 deletion rouge/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from __future__ import absolute_import
from rouge.rouge import FilesRouge, Rouge

__version__ = "0.2"
__version__ = "0.2.1"

0 comments on commit fbfd63d

Please sign in to comment.