Skip to content

Commit

Permalink
bump version to 2020.03.02
Browse files Browse the repository at this point in the history
  • Loading branch information
kamalsaleh committed Mar 5, 2020
1 parent 045d579 commit 859b0c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SetPackageInfo( rec(

PackageName := "CddInterface",
Subtitle := "Gap interface to Cdd package",
Version := "2020.01.01",
Version := "2020.03.02",
Date := ~.Version{[ 1 .. 10 ]},
Date := Concatenation( ~.Date{[ 9, 10 ]}, "/", ~.Date{[ 6, 7 ]}, "/", ~.Date{[ 1 .. 4 ]} ),
License := "GPL-2.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The GAP 4 package `CddInterface'

# Version

Current version: 2020.01.01
Current version: 2020.03.02

# Why CddInterface

Expand Down

0 comments on commit 859b0c8

Please sign in to comment.