Skip to content

Commit 6e31dca

Browse files
committed
Bump version
1 parent 2feaeff commit 6e31dca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/hops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: HOPS(1) User Manual | Version 0.3.0
2+
title: HOPS(1) User Manual | Version 0.4.0
33
date: 11 Oct 2015
44
---
55

hops.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: hops
2-
Version: 0.3.0
2+
Version: 0.4.0
33
Synopsis: Handy Operations on Power Series
44
Description: HOPS is a DSL for power series and integer sequences.
55
Homepage: http://akc.is/hops

hops.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import HOPS.GF
3838
import HOPS.GF.Series
3939
import HOPS.GF.Transform
4040

41-
nameVer = "hops 0.3.0" :: String
41+
nameVer = "hops 0.4.0" :: String
4242
strpdURL = "https://oeis.org/stripped.gz" :: URL
4343

4444
type Prec = Int

0 commit comments

Comments
 (0)