From ac1b8f75578100fc77a652e89814f3ac41c24a0c Mon Sep 17 00:00:00 2001 From: Dick Davis Date: Thu, 28 Dec 2023 00:03:03 -0500 Subject: [PATCH] Bump version (#5) --- Gemfile.lock | 2 +- lib/anthropic/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e5c3ea8..151c3d8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - anthropic-rb (0.1.0) + anthropic-rb (0.2.0) httpx (>= 1.1.5) json-schema (>= 4.1.1) diff --git a/lib/anthropic/version.rb b/lib/anthropic/version.rb index a9cf05d..964e345 100644 --- a/lib/anthropic/version.rb +++ b/lib/anthropic/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Anthropic - VERSION = '0.1.0' + VERSION = '0.2.0' end