Skip to content

Commit

Permalink
Merge pull request #82 from bhavnicksm/development
Browse files Browse the repository at this point in the history
Bump version to v0.2.2 for release
  • Loading branch information
bhavnicksm authored Dec 6, 2024
2 parents 809d3a2 + 1680a0d commit 475f08d
Show file tree
Hide file tree
Showing 3 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
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "chonkie"
version = "0.2.1.post1"
version = "0.2.2"
description = "🦛 CHONK your texts with Chonkie ✨ - The no-nonsense RAG chunking library"
readme = "README.md"
requires-python = ">=3.9"
Expand Down
2 changes: 1 addition & 1 deletion src/chonkie/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
SentenceChunk,
)

__version__ = "0.2.1.post1"
__version__ = "0.2.2"
__name__ = "chonkie"
__author__ = "Bhavnick Minhas"

Expand Down
File renamed without changes.

0 comments on commit 475f08d

Please sign in to comment.