Skip to content

Commit

Permalink
Merge pull request #27 from fritshermans/modal
Browse files Browse the repository at this point in the history
change package name for modal
  • Loading branch information
fritshermans committed Jun 3, 2023
2 parents 9073b44 + 3b12cb2 commit a57b387
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deduplipy/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.10"
__version__ = "0.8"
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Frits Hermans'

# The full version, including alpha/beta/rc tags
release = '0.7.10'
release = '0.8'

# -- General configuration ---------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'networkx',
'python-Levenshtein',
'thefuzz',
'modAL',
'modAL-python',
'openpyxl',
'pytest',
'fancyimpute',
Expand All @@ -32,7 +32,7 @@
long_description = fh.read()

setup(name='DedupliPy',
version='0.7.10',
version='0.8',
author="Frits Hermans",
description="End-to-end deduplication solution",
long_description=long_description,
Expand Down

0 comments on commit a57b387

Please sign in to comment.