Skip to content

Commit

Permalink
chore(release): v4.0.11
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and release-transformer-embeddings committed Feb 7, 2024
1 parent 7b7041c commit e845619
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

<!--next-version-placeholder-->

## v4.0.11 (2024-02-07)


## v4.0.10 (2024-01-30)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "transformer-embeddings"
version = "4.0.10"
version = "4.0.11"
description = "Transformer Embeddings"
authors = ["Headspace Health <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/transformer_embeddings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from transformer_embeddings.poolers import get_pooler_output, mean_pooling


__version__ = "4.0.10"
__version__ = "4.0.11"

0 comments on commit e845619

Please sign in to comment.