diff --git a/.circleci/release/.release-please-manifest.json b/.circleci/release/.release-please-manifest.json index 49f729c..8c468b9 100644 --- a/.circleci/release/.release-please-manifest.json +++ b/.circleci/release/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.3.2" + ".": "3.3.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f7766c5..77b60e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,17 @@ # Changelog +## [3.3.3](https://github.com/nomic-ai/nomic/compare/v3.3.2...v3.3.3) (2024-11-13) + + +### Bug Fixes + +* drop autogenerated columns added in pandas conversion to pyarrow ([ece41a5](https://github.com/nomic-ai/nomic/commit/ece41a5ddfd6f942b8c33e3a0732c7017a62401d)) + ## [3.3.2](https://github.com/nomic-ai/nomic/compare/v3.3.1...v3.3.2) (2024-11-08) ### Bug Fixes -* include readme as long description in setup.py ([#349](https://github.com/nomic-ai/nomic/issues/349)) ([4d315e9](https://github.com/nomic-ai/nomic/commit/4d315e913dc4776d249b63eb3030cfcefac5d22d)) * proper readme rendering in setup.py ([#353](https://github.com/nomic-ai/nomic/issues/353)) ([6a0803c](https://github.com/nomic-ai/nomic/commit/6a0803ca114a957b77b964ab5bbc2754505c5358)) ## [3.3.1](https://github.com/nomic-ai/nomic/compare/v3.3.0...v3.3.1) (2024-11-08) diff --git a/setup.py b/setup.py index d23c4e4..36d7bdd 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( name="nomic", - version="3.3.2", + version="3.3.3", url="https://github.com/nomic-ai/nomic", description=description, long_description=long_description,