From daa0aa1f7b08b9bf3f6371a7fc982c0fbe5e2cd6 Mon Sep 17 00:00:00 2001 From: "Garen J. Torikian" Date: Fri, 1 May 2026 09:54:47 -0400 Subject: [PATCH] bump version --- Gemfile.lock | 2 +- lib/tiktoken_ruby/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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