From 79ceaa39545cf926283761b7b4a16423f8f926c9 Mon Sep 17 00:00:00 2001 From: Ryan O'Neil <6748953+ryanjoneil@users.noreply.github.com> Date: Mon, 23 Jun 2025 22:57:40 -0400 Subject: [PATCH] Version bump --- rams.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rams.gemspec b/rams.gemspec index 4b3890a..353413a 100644 --- a/rams.gemspec +++ b/rams.gemspec @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = 'rams' - spec.version = '0.1.6' + spec.version = '0.1.7' spec.authors = ["Ryan J. O'Neil"] spec.email = ['ryanjoneil@gmail.com'] spec.summary = 'Ruby Algebraic Modeling System'