Skip to content

Commit eb30a25

Browse files
committed
Bump version to 0.1.1
Updated version number in setup.py and __init__.py to 0.1.1 to reflect new release.
1 parent fc66f7e commit eb30a25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name="adaptive-classifier",
18-
version="0.1.0",
18+
version="0.1.1",
1919
author="codelion",
2020
author_email="codelion@okyasoft.com",
2121
description="A flexible, adaptive classification system for dynamic text classification",

src/adaptive_classifier/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from .multilabel import MultiLabelAdaptiveClassifier, MultiLabelAdaptiveHead
55
from huggingface_hub import ModelHubMixin
66

7-
__version__ = "0.0.19"
7+
__version__ = "0.1.1"
88

99
__all__ = [
1010
"AdaptiveClassifier",

0 commit comments

Comments
 (0)