From 66cb21e0e31c7f491ce2669f70fee79b79db3def Mon Sep 17 00:00:00 2001 From: "Brian \"Moses\" Hall" Date: Mon, 19 Aug 2024 14:52:54 -0400 Subject: [PATCH] Version bump to 0.3.0 --- lib/hathifiles_database/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hathifiles_database/version.rb b/lib/hathifiles_database/version.rb index 87141fd..6b8b7b6 100644 --- a/lib/hathifiles_database/version.rb +++ b/lib/hathifiles_database/version.rb @@ -1,3 +1,3 @@ module HathifilesDatabase - VERSION = "0.2.2" + VERSION = "0.3.0" end