Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
blingenf committed Feb 4, 2023
1 parent 16874d6 commit f8a308c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion copydetect/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.4.3"
__version__ = "0.4.4"

from .detector import CopyDetector, CodeFingerprint, compare_files
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
setup(name="copydetect",
author="Bryson Lingenfelter",
author_email="[email protected]",
version="0.4.3",
version="0.4.4",
description="Code plagiarism detection tool",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit f8a308c

Please sign in to comment.