Skip to content

Commit bea8815

Browse files
committed
update package number
1 parent d42b063 commit bea8815

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

PackageInfo.g

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SetPackageInfo( rec(
44

55
Subtitle := "for syzygies of string modules over special biserial algebras",
66

7-
Version := "v0.6.4",
7+
Version := "v0.6.5",
88

99
Date := "24/02/2021",
1010

README

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
+--------------------------------------------------------+--------------------+
22
| | Copyright (C) 2021 |
3-
| SBStrips (v0.6.4) | Joe Allen |
3+
| SBStrips (v0.6.5) | Joe Allen |
44
| | [he/him/his] |
55
+--------------------------------------------------------+--------------------+
66

@@ -28,9 +28,9 @@ The SBStrips can be installed by following these steps (assuming you already
2828
have GAP installed.)
2929

3030
1. Download the archive file
31-
sbstrips/archive/v0.6.4.tar.gz
31+
sbstrips/archive/v0.6.5.tar.gz
3232
from
33-
https://github.com/jw-allen/sbstrips/archive/v0.6.4.tar.gz
33+
https://github.com/jw-allen/sbstrips/archive/v0.6.5.tar.gz
3434

3535
2. Unpack it into your pkg directory. It should create a subdirectory
3636
called sbstrips.

doc/main.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<!ENTITY QPA "<Package>QPA</Package>">
1515
<!ENTITY SBStrips "<Package>SBStrips</Package>">
1616
<!ENTITY true "<K>true</K>">
17-
<!ENTITY VERSION "0.6.4">
17+
<!ENTITY VERSION "0.6.5">
1818
]
1919
>
2020

makedocrel.g

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ LoadPackage("GAPDoc");
2727
# source code in (the pkg/ subdirectory of) the root GAP directory, I must
2828
# update <path>.
2929

30-
path := "/proc/cygdrive/C/Users/Joe/Documents/GitHub/pkg/sbstrips-0.6.4/doc";
30+
path := "/proc/cygdrive/C/Users/Joe/Documents/GitHub/pkg/sbstrips-0.6.5/doc";
3131
main := "main.xml";
3232
files := [ "../lib/1reg.gd",
3333
"../lib/info.gd",
@@ -53,7 +53,7 @@ bookname := "SBStrips";
5353
MakeGAPDocDoc( path, main, files, bookname, relpath, "MathJax" );
5454

5555
# This makes HTML versions look nicer
56-
CopyHTMLStyleFiles( "Documents/GitHub/pkg/sbstrips-0.6.4/doc/" );
56+
CopyHTMLStyleFiles( "Documents/GitHub/pkg/sbstrips-0.6.5/doc/" );
5757

5858
# This affords compatibility with old style package manuals
5959
GAPDocManualLab( "SBStrips" );

version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.4
1+
0.6.5

0 commit comments

Comments
 (0)