Skip to content

Commit

Permalink
Update to [email protected] (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Oct 9, 2023
1 parent e70132f commit 8b6d322
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MiniZinc"
uuid = "a7f392d2-6c35-496e-b8cc-0974fbfcbf91"
authors = ["odow <[email protected]>"]
version = "0.3.3"
version = "0.3.4"

[deps]
Chuffed_jll = "77125aae-c893-5498-99e3-e30470bfa328"
Expand All @@ -11,7 +11,7 @@ MiniZinc_jll = "3677d96b-3d39-5184-a844-8e8b2839af35"
[compat]
Chuffed_jll = "=0.10.4"
MathOptInterface = "1.19"
MiniZinc_jll = "=2.7.4"
MiniZinc_jll = "=2.7.6"
julia = "1.6"

[extras]
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ z₁ + z₂ = 1
```julia
julia> import MiniZinc

julia> const MOI = MiniZinc.MOI
MathOptInterface
julia> import MathOptInterface as MOI

julia> function main()
model = MOI.Utilities.CachingOptimizer(
Expand Down

2 comments on commit 8b6d322

@odow
Copy link
Member Author

@odow odow commented on 8b6d322 Oct 9, 2023

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/93083

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.3.4 -m "<description of version>" 8b6d322d90c29408be310f7ea2dc1e7e648914c5
git push origin v0.3.4

Please sign in to comment.