Skip to content

Commit ed37d6b

Browse files
committed
Fixed typo in license in build
1 parent 8b61f9c commit ed37d6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[metadata]
2-
license = Apache License 2.0
2+
license = MIT
33
classifiers =
44
Environment :: Console
55
Intended Audience :: Developers

spam_detector_ai/__info__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
__description__ = "A package for detecting and filtering spam messages using Machine Learning models."
55
__package_name__ = "spam-detector-ai"
66
__url__ = "https://github.com/adamspd/spam-detection-project"
7-
__version__ = "2.0.0"
7+
__version__ = "2.0.1"
88
__test_version__ = False

0 commit comments

Comments
 (0)