diff --git a/hops.cabal b/hops.cabal index 0d0578e..86b39f6 100644 --- a/hops.cabal +++ b/hops.cabal @@ -1,5 +1,5 @@ Name: hops -Version: 0.0.2 +Version: 0.1.0 Synopsis: Hackable Operations on Power Series Homepage: http://github.com/akc/hops License: BSD3 diff --git a/hops.hs b/hops.hs index a905245..92ba533 100644 --- a/hops.hs +++ b/hops.hs @@ -38,7 +38,7 @@ import HOPS.GF import HOPS.GF.Series import HOPS.GF.Transform -nameVer = "hops 0.0.2" :: String +nameVer = "hops 0.1.0" :: String strpdURL = "https://oeis.org/stripped.gz" :: URL type Prec = Int diff --git a/hops.md b/hops.md index 034a563..1f86580 100644 --- a/hops.md +++ b/hops.md @@ -1,5 +1,5 @@ --- -title: HOPS(1) User Manual | Version 0.0.2 +title: HOPS(1) User Manual | Version 0.1.0 date: 6 Sep 2015 ---