From 56e4c2cc3ae42c4fbee14bb233217d97ca30e208 Mon Sep 17 00:00:00 2001 From: Ram Dobson Date: Mon, 12 Feb 2024 12:44:36 -0500 Subject: [PATCH] bump version --- lib/zipline/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/zipline/version.rb b/lib/zipline/version.rb index fb9cb71..dbfe957 100644 --- a/lib/zipline/version.rb +++ b/lib/zipline/version.rb @@ -1,3 +1,3 @@ module Zipline - VERSION = "1.5.0" + VERSION = "1.6.0" end