Skip to content

Commit adada1f

Browse files
committed
Bump version: 0.14.1 → 0.14.2
1 parent 86c22c6 commit adada1f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.14.1
2+
current_version = 0.14.2
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "biochatter"
3-
version = "0.14.1"
3+
version = "0.14.2"
44
description = "Backend library for conversational AI in biomedicine"
55
authors = [
66
{name = "Sebastian Lobentanzer", email = "sebastian.lobentanzer@gmail.com"},
@@ -41,7 +41,7 @@ transformers = ">=4.49.0,<5.0.0"
4141
rsa = ">=4.9,<5.0"
4242
cryptography = ">=44.0.2,<45.0.0"
4343
neo4j-utils = ">=0.0.12,<0.0.13"
44-
seaborn = ">=0.13.2,<0.14.1"
44+
seaborn = ">=0.13.2,<0.14.2"
4545
rouge-score = ">=0.1.2,<0.2.0"
4646
evaluate = ">=0.4.3,<0.5.0"
4747
pillow = "==10.4.0"

0 commit comments

Comments
 (0)