From e8705eb950b88a152d4bc45296bfc6c10639ee46 Mon Sep 17 00:00:00 2001 From: Jim Balhoff Date: Mon, 7 Feb 2022 11:36:48 -0500 Subject: [PATCH] Update version. --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 58d4e62..c564f39 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ organization := "org.renci" name := "relation-graph" -version := "2.0" +version := "2.0.1" licenses := Seq("MIT license" -> url("https://opensource.org/licenses/MIT"))