From 1cd81ddfad19013670cb806903c013d967061d78 Mon Sep 17 00:00:00 2001 From: David Johnson Date: Tue, 5 Nov 2019 21:52:51 -0500 Subject: [PATCH] Bump to 0.2.0.0 --- arrayfire.cabal | 2 +- pkg.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arrayfire.cabal b/arrayfire.cabal index 8c4e1f9..accaf91 100644 --- a/arrayfire.cabal +++ b/arrayfire.cabal @@ -1,5 +1,5 @@ name: arrayfire -version: 0.1.0.0 +version: 0.2.0.0 synopsis: Haskell bindings to the ArrayFire general-purpose GPU library homepage: https://github.com/arrayfire/arrayfire-haskell license: BSD3 diff --git a/pkg.nix b/pkg.nix index d97b33f..c474ccd 100644 --- a/pkg.nix +++ b/pkg.nix @@ -3,7 +3,7 @@ }: mkDerivation { pname = "arrayfire"; - version = "0.1.0.0"; + version = "0.2.0.0"; src = ./.; isLibrary = true; isExecutable = true;