Skip to content

Commit

Permalink
forgotten import
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Feb 13, 2015
1 parent 5ecf352 commit 19a3613
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dedupe/variables/exists.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from base import DerivedType
from categorical import CategoricalComparator
from categorical_type import CategoricalType
from dedupe import predicates
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
setup(
name='dedupe',
url='https://github.com/datamade/dedupe',
version='0.7.7.0.3',
version='0.7.7.0.4',
description='A python library for accurate and scaleable data deduplication and entity-resolution',
packages=['dedupe', 'dedupe.variables'],
ext_modules=[Extension('dedupe.cpredicates', ['src/cpredicates.c'])],
Expand Down

0 comments on commit 19a3613

Please sign in to comment.