Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pltrdy committed Oct 1, 2019
1 parent 0dbd569 commit 38f414e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions files2rouge/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
from files2rouge.files2rouge import main
from files2rouge.settings import Settings

__version__ = "2.1.0"
__all__ = [absolute_import, run, main, Settings]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = "2.0.0"
version = "2.1.0"
setup(
name="files2rouge",
version=version,
Expand Down

0 comments on commit 38f414e

Please sign in to comment.