We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b61f9c commit ed37d6bCopy full SHA for ed37d6b
setup.cfg
@@ -1,5 +1,5 @@
1
[metadata]
2
-license = Apache License 2.0
+license = MIT
3
classifiers =
4
Environment :: Console
5
Intended Audience :: Developers
spam_detector_ai/__info__.py
@@ -4,5 +4,5 @@
__description__ = "A package for detecting and filtering spam messages using Machine Learning models."
__package_name__ = "spam-detector-ai"
6
__url__ = "https://github.com/adamspd/spam-detection-project"
7
-__version__ = "2.0.0"
+__version__ = "2.0.1"
8
__test_version__ = False
0 commit comments