Skip to content

Commit

Permalink
Increment dev version to v3.2.0.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaarsen committed Sep 11, 2024
1 parent a3f2236 commit d6e34ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "sentence-transformers"
version = "3.1.0.dev0"
version = "3.2.0.dev0"
description = "Multilingual text embeddings"
license = { file = "LICENSE" }
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion sentence_transformers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

__version__ = "3.1.0.dev0"
__version__ = "3.2.0.dev0"
__MODEL_HUB_ORGANIZATION__ = "sentence-transformers"

import importlib
Expand Down

0 comments on commit d6e34ee

Please sign in to comment.