fepegar commited on
Commit
ac2141a
·
1 Parent(s): f8ae55f

Bump version: 0.1.1 → 0.1.2

Browse files
Files changed (2) hide show
  1. pyproject.toml +2 -2
  2. src/colipri/__init__.py +1 -1
pyproject.toml CHANGED
@@ -1,6 +1,6 @@
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 = [
@@ -75,7 +75,7 @@ ignore = [
75
  force-single-line = true
76
 
77
  [tool.bumpversion]
78
- current_version = "0.1.1"
79
  commit = true
80
  tag = true
81
 
 
1
  [project]
2
  name = "colipri"
3
+ version = "0.1.2"
4
  description = "Vision-language encoder for chest CT scans and reports."
5
  readme = "README.md"
6
  authors = [
 
75
  force-single-line = true
76
 
77
  [tool.bumpversion]
78
+ current_version = "0.1.2"
79
  commit = true
80
  tag = true
81
 
src/colipri/__init__.py CHANGED
@@ -10,4 +10,4 @@ __all__ = [
10
  "ZeroShotImageClassificationPipeline",
11
  ]
12
 
13
- __version__ = "0.1.1"
 
10
  "ZeroShotImageClassificationPipeline",
11
  ]
12
 
13
+ __version__ = "0.1.2"