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 609be25 commit 7f66282Copy full SHA for 7f66282
setup.py
@@ -15,7 +15,7 @@
15
16
setup(
17
name="adaptive-classifier",
18
- version="0.0.18",
+ version="0.0.19",
19
author="codelion",
20
author_email="codelion@okyasoft.com",
21
description="A flexible, adaptive classification system for dynamic text classification",
src/adaptive_classifier/__init__.py
@@ -4,7 +4,7 @@
4
from .multilabel import MultiLabelAdaptiveClassifier, MultiLabelAdaptiveHead
5
from huggingface_hub import ModelHubMixin
6
7
-__version__ = "0.0.18"
+__version__ = "0.0.19"
8
9
__all__ = [
10
"AdaptiveClassifier",
0 commit comments