From d0bb3b1515352c0e49b75a241f03f24f318e253e Mon Sep 17 00:00:00 2001 From: John Ky Date: Mon, 13 May 2019 12:05:07 +1000 Subject: [PATCH] New version 0.5 --- relation.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relation.cabal b/relation.cabal index ffe08f6..1cb9c7a 100644 --- a/relation.cabal +++ b/relation.cabal @@ -1,7 +1,7 @@ cabal-version: 2.2 name: relation -version: 0.4 +version: 0.5 synopsis: A data structure representing Relations on Sets. description: A library to model relationships between two objects that are subclasses of Ord.