From 6fb6d84b6ab44708b9dd1d773e6d9026757bcafd Mon Sep 17 00:00:00 2001 From: Ilya Grigorik Date: Fri, 19 Sep 2014 11:59:18 -0700 Subject: [PATCH] bump version to 0.5.0 --- decisiontree.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decisiontree.gemspec b/decisiontree.gemspec index 9d13948..9c21da7 100644 --- a/decisiontree.gemspec +++ b/decisiontree.gemspec @@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = "decisiontree" - s.version = "0.4.0" + s.version = "0.5.0" s.platform = Gem::Platform::RUBY s.authors = ["Ilya Grigorik"] s.email = ["ilya@igvita.com"]