Skip to content

Commit

Permalink
Merge branch 'master' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarofpp committed Aug 22, 2019
2 parents 0acbef8 + 974e995 commit 1f70f60
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions odufrn_downloader/mixins/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .FilterMixin import FilterMixin
3 changes: 3 additions & 0 deletions odufrn_downloader/mixins/filters/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from .LevenshteinMixin import LevenshteinMixin
from .SimpleSearchMixin import SimpleSearchMixin
from .YearsMixin import YearsMixin
5 changes: 5 additions & 0 deletions odufrn_downloader/modules/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from .Env import Env
from .File import File
from .Group import Group
from .Package import Package
from .Tag import Tag
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="odufrn_downloader",
version="1.0.0",
version="1.0.2",
author="Open Data UFRN",
author_email="[email protected]",
description="Open Data UFRN Downloader",
Expand Down

0 comments on commit 1f70f60

Please sign in to comment.