Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
fuglede committed Oct 4, 2020
1 parent e905be2 commit fc6b5b8
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. Algorithms used include shortest augmenting path search and cost-scaling pseudoflow based assignment.</Description>
<Version>1.1.0</Version>
<Version>1.2.0</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 fc6b5b8

Please sign in to comment.