Skip to content

Commit

Permalink
Merge pull request #14 from aurelio-labs/james/v0.0.8
Browse files Browse the repository at this point in the history
chore: update version
  • Loading branch information
jamescalam authored Jul 4, 2024
2 parents 168e96c + f88631a commit 21e8571
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
[tool.poetry]
name = "semantic-chunkers"
version = "0.0.7"
version = "0.0.8"
description = "Super advanced chunking methods for AI"
authors = ["Aurelio AI <[email protected]>"]
readme = "README.md"
packages = [{include = "semantic_chunkers"}]

[project]
license = {file = "LICENSE"}

[tool.poetry.dependencies]
python = ">=3.9,<3.13"
pydantic = "^2.5.3"
Expand Down
2 changes: 1 addition & 1 deletion semantic_chunkers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"RegexSplitter",
]

__version__ = "0.0.6"
__version__ = "0.0.8"

0 comments on commit 21e8571

Please sign in to comment.