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 d4cfa8b commit 5b0f243Copy full SHA for 5b0f243
.github/release-drafter.yml
@@ -54,7 +54,7 @@ categories:
54
- 'security-vulnerability'
55
- 'security-vulnerabilities'
56
- 'security-notice'
57
- - 'security-notices'`
+ - 'security-notices'
58
collapse-after: 3
59
- title: 'Enhancement'
60
spam_detector_ai/__init__.py
@@ -4,5 +4,5 @@
4
__description__ = "A package for detecting and filtering spam messages using Machine Learning models."
5
__package_name__ = "spam-detector-ai"
6
__url__ = "https://github.com/adamspd/spam-detection-project"
7
-__version__ = "2.1.4"
+__version__ = "2.1.5"
8
__test_version__ = False
0 commit comments