From 0e8cbf4d14b7d14dd606ecff6326f4ff5d0e97c5 Mon Sep 17 00:00:00 2001 From: Scott Carleton <313254+ScotterC@users.noreply.github.com> Date: Mon, 3 Apr 2023 20:57:15 -0400 Subject: [PATCH] bumping version to 0.1.2 --- Gemfile.lock | 2 +- pinecone.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 843f614..ebc6534 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - pinecone (0.1.1) + pinecone (0.1.2) GEM remote: https://rubygems.org/ diff --git a/pinecone.gemspec b/pinecone.gemspec index 7f47494..8d00ab9 100644 --- a/pinecone.gemspec +++ b/pinecone.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "pinecone" - s.version = "0.1.1" + s.version = "0.1.2" s.summary = "Ruby client library for Pinecone Vector DB" s.description = "Ruby client library which includes index and vector operations to upload embeddings into Pinecone and do similarity searches on them." s.authors = ["Scott Carleton"]