Skip to content

Commit

Permalink
Merge pull request #100 from chonkie-ai/development
Browse files Browse the repository at this point in the history
Update version to 0.3.0 in pyproject.toml and __init__.py
  • Loading branch information
bhavnicksm authored Dec 23, 2024
2 parents 9180b75 + b5c8817 commit c2aa9e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 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.2"
version = "0.3.0"
description = "🦛 CHONK your texts with Chonkie ✨ - The no-nonsense RAG chunking library"
readme = "README.md"
requires-python = ">=3.9"
Expand All @@ -21,6 +21,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
Expand Down
4 changes: 2 additions & 2 deletions src/chonkie/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
SentenceChunk,
)

__version__ = "0.2.2"
__version__ = "0.3.0"
__name__ = "chonkie"
__author__ = "Bhavnick Minhas"

Expand Down Expand Up @@ -72,4 +72,4 @@
__all__ += [
"BaseRefinery",
"OverlapRefinery",
]
]

0 comments on commit c2aa9e3

Please sign in to comment.