Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
Merge pull request #48 from simonschoelly/bump-patch-version
Browse files Browse the repository at this point in the history
Bump to version 0.4.2
  • Loading branch information
simonschoelly authored Feb 19, 2021
2 parents f9d3bae + 30b4185 commit 2f96630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "LightGraphsFlows"
uuid = "2f5eb75a-258c-59e0-affc-f41c55f75335"
authors = ["Mathieu Besançon <[email protected]>"]
version = "0.4.1"
version = "0.4.2"

[deps]
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
Expand All @@ -15,7 +15,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
JuMP = "0.21"
LightGraphs = "1.3"
SimpleTraits = "0.9"
julia = "1"
julia = "1.3"

[extras]
GLPK = "60bf3e95-4087-53dc-ae20-288a0d20c6a6"
Expand Down

2 comments on commit 2f96630

@simonschoelly
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/30425

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.4.2 -m "<description of version>" 2f96630e804183fc549558ef278573daaea1d47f
git push origin v0.4.2

Please sign in to comment.