Skip to content

Commit

Permalink
Merge pull request #143 from chonkie-ai/development
Browse files Browse the repository at this point in the history
[chore] Bump up the package version to v0.4.1
  • Loading branch information
bhavnicksm authored Jan 7, 2025
2 parents 3042b0d + 4966d98 commit e9440ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "chonkie"
version = "0.4.0"
version = "0.4.1"
description = "🦛 CHONK your texts with Chonkie ✨ - The no-nonsense RAG chunking library"
readme = "README.md"
requires-python = ">=3.9"
Expand Down
4 changes: 2 additions & 2 deletions src/chonkie/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
SentenceChunk,
)

__version__ = "0.4.0"
__version__ = "0.4.1"
__name__ = "chonkie"
__author__ = "Bhavnick Minhas"
__author__ = "Chonkie AI"

# Add basic package metadata to __all__
__all__ = [
Expand Down

0 comments on commit e9440ac

Please sign in to comment.