Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
fuglede committed Jul 13, 2019
1 parent 3c79248 commit ca5dade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LinearAssignment/LinearAssignment.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PackageId>LinearAssignment</PackageId>
<Title>Linear assignment problem solver</Title>
<Description>C#-only solver for the rectangular linear assignment problem, also known as the minimum weight full matching problem for bipartite graphs. The algorithm is based on shortest augmenting path search.</Description>
<Version>1.0.4</Version>
<Version>1.0.5</Version>
<Authors>fuglede</Authors>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
<PackageTags>math;optimization;graph-theory;computer-science;algorithm;combinatorics;matching;operations-research;solver</PackageTags>
Expand Down

0 comments on commit ca5dade

Please sign in to comment.