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 fc66f7e commit eb30a25Copy full SHA for eb30a25
setup.py
@@ -15,7 +15,7 @@
15
16
setup(
17
name="adaptive-classifier",
18
- version="0.1.0",
+ version="0.1.1",
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.19"
+__version__ = "0.1.1"
8
9
__all__ = [
10
"AdaptiveClassifier",
0 commit comments