diff --git a/Gemfile.lock b/Gemfile.lock index 0f32cdd..4e1deea 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - tiktoken_ruby (0.0.15.1) + tiktoken_ruby (0.0.16) rb_sys (~> 0.9) GEM diff --git a/lib/tiktoken_ruby/version.rb b/lib/tiktoken_ruby/version.rb index 540b044..7fa21f9 100644 --- a/lib/tiktoken_ruby/version.rb +++ b/lib/tiktoken_ruby/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Tiktoken - VERSION = "0.0.15.1" + VERSION = "0.0.16" end