From f8a308c213d444d748140a61dd3aedb5a938d7c6 Mon Sep 17 00:00:00 2001 From: Bryson Lingenfelter Date: Sat, 4 Feb 2023 08:59:21 -0800 Subject: [PATCH] version bump --- copydetect/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/copydetect/__init__.py b/copydetect/__init__.py index 050a274..7555b4a 100644 --- a/copydetect/__init__.py +++ b/copydetect/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.4.3" +__version__ = "0.4.4" from .detector import CopyDetector, CodeFingerprint, compare_files diff --git a/setup.py b/setup.py index 64012f8..e83a886 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup(name="copydetect", author="Bryson Lingenfelter", author_email="blingenfelter@nevada.unr.edu", - version="0.4.3", + version="0.4.4", description="Code plagiarism detection tool", long_description=readme, long_description_content_type="text/markdown",