Skip to content

Commit

Permalink
Update version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJefferson committed May 5, 2021
1 parent 1cdbe81 commit 077b553
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ SetPackageInfo( rec(

PackageName := "GraphBacktracking",
Subtitle := "Super Secret Awesome Searching",
Version := "0.3.0",
Date := "07/11/2019", # dd/mm/yyyy format
Version := "0.4.0",
Date := "05/05/2021", # dd/mm/yyyy format

Persons := [
rec(
Expand Down Expand Up @@ -76,7 +76,7 @@ PackageDoc := rec(
Dependencies := rec(
GAP := ">= 4.11",
NeededOtherPackages := [
["BacktrackKit", ">=0.3.1"],
["BacktrackKit", ">=0.4.0"],
["digraphs", ">=1.1.1"],
["images", ">= 1.3.0"]
],
Expand Down

0 comments on commit 077b553

Please sign in to comment.