From 4a8105503a3a58eb1b19b74f725a632af2c7d18a Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 5 Mar 2019 11:05:16 -0500 Subject: [PATCH] spline3.cabal: set version to 1.0.0. Spline3 is done. I'll keep it compiling, but there aren't going to be any new features, and there are no known bugs. --- spline3.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spline3.cabal b/spline3.cabal index deabe44..2e10996 100644 --- a/spline3.cabal +++ b/spline3.cabal @@ -1,5 +1,5 @@ name: spline3 -version: 0.0.2 +version: 1.0.0 cabal-version: >= 1.8 author: Michael Orlitzky maintainer: Michael Orlitzky @@ -17,7 +17,7 @@ description: Stanford volume data archive at . . For more information and examples, please see the project homepage at - . + . build-type: Simple extra-source-files: -- 2.43.2