Bump version: 0.1.0 → 0.1.1
Browse files- pyproject.toml +2 -2
- src/colipri/__init__.py +1 -1
pyproject.toml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
[project]
|
| 2 |
name = "colipri"
|
| 3 |
-
version = "0.1.
|
| 4 |
description = "Vision-language encoder for chest CT scans and reports."
|
| 5 |
readme = "README.md"
|
| 6 |
authors = [
|
|
@@ -74,7 +74,7 @@ ignore = [
|
|
| 74 |
force-single-line = true
|
| 75 |
|
| 76 |
[tool.bumpversion]
|
| 77 |
-
current_version = "0.1.
|
| 78 |
commit = true
|
| 79 |
tag = true
|
| 80 |
|
|
|
|
| 1 |
[project]
|
| 2 |
name = "colipri"
|
| 3 |
+
version = "0.1.1"
|
| 4 |
description = "Vision-language encoder for chest CT scans and reports."
|
| 5 |
readme = "README.md"
|
| 6 |
authors = [
|
|
|
|
| 74 |
force-single-line = true
|
| 75 |
|
| 76 |
[tool.bumpversion]
|
| 77 |
+
current_version = "0.1.1"
|
| 78 |
commit = true
|
| 79 |
tag = true
|
| 80 |
|
src/colipri/__init__.py
CHANGED
|
@@ -10,5 +10,5 @@ __all__ = [
|
|
| 10 |
"ZeroShotImageClassificationPipeline",
|
| 11 |
]
|
| 12 |
|
| 13 |
-
__version__ = "0.1.
|
| 14 |
|
|
|
|
| 10 |
"ZeroShotImageClassificationPipeline",
|
| 11 |
]
|
| 12 |
|
| 13 |
+
__version__ = "0.1.1"
|
| 14 |
|