Skip to content

Commit

Permalink
Fix bad release
Browse files Browse the repository at this point in the history
  • Loading branch information
benbrandt committed Jun 8, 2023
1 parent 26c7047 commit 192f093
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions bindings/python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.1.1

Fix bad release

## v0.1.0

Initial release with just `CharacterTextSplitter`
2 changes: 1 addition & 1 deletion bindings/python/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "text-splitter-py"
version = "0.1.0"
version = "0.1.1"
authors = ["Ben Brandt <[email protected]>"]
edition = "2021"
description = "Split text into semantic chunks, up to a desired chunk size. Supports calculating length by characters and tokens (when used with large language models)."
Expand Down

0 comments on commit 192f093

Please sign in to comment.