Skip to content

Commit e6141a2

Browse files
committed
++version
1 parent 64b098f commit e6141a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.0.2
2+
Version: 0.1.0
33
Synopsis: Hackable Operations on Power Series
44
Homepage: http://github.com/akc/hops
55
License: BSD3

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.0.2" :: String
41+
nameVer = "hops 0.1.0" :: String
4242
strpdURL = "https://oeis.org/stripped.gz" :: URL
4343

4444
type Prec = Int

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.0.2
2+
title: HOPS(1) User Manual | Version 0.1.0
33
date: 6 Sep 2015
44
---
55

0 commit comments

Comments
 (0)